When I set up a Main form of a business object, say FundingSource, I ticked boxes that the system would automatically use this form for creation and editing FundingSource for all the users. In some instances I want users to use another form for creation of FundingSource. I set up Form1 and a process
ENTER NEW FundingSource
VIEW FundingSource USING Form1
However, when I run this process it always opens the Main form and not the Form1. Am I doing something wrong? Thank you.