smmBusRelTable::mcrOpenCustTable Method
Opens the customer maintenance form.
Syntax
client server public static void mcrOpenCustTable(smmBusRelTable _smmBusRelTable, [boolean _useParam])
Run On
Called
Parameters
- _smmBusRelTable
Type: smmBusRelTable Table
A record in the smmBusRelTable table.
- _useParam
Type: boolean
Whether or not to open the form.
Remarks
Moved from the conversion button that is on the BR form.
Re-structed to use formRun rather then a menufunction object because need to call formRun.wait() so the system waits for the custtable form to be closed when converting relation to cust from the campaign form. Need it to work this way because another form gets called aftewards and don't want the 2 forms popping at the same time.