Specifically dealing with an event to launch the Job Materials Transactions form from the Job Orders form. It has two steps:
- Set Values: SETVARVALUES(vJobNum=P(Job),vJobSuffix=P(Suffix))
- Run Form: JobMaterialTransactions( FILTER(JobNum='P(Job)' AND V(JobOrdersformFilter) AND JobItemVar=P(Item)) )
This will launch the form, and fill in the Item field but it will not put any data into the Job or job suffix fields. Launching other forms this way like the SRO Transactions form works but for some reason I cannot get the Job Materials Transactions to work. Help is greatly appreciated!