February 11, 200323 yr I'd try reverting the order of events: when you run the script in Contacts.fp5 to create a record in WorkOrder add a few steps: Set field (RelationshipToWorkOrders::gGroup, AutoGroup) //gGroup is a global field Set field (RelationshipToWorkOrders::gCustID, CustID) //gCustID is a global field Perform script in WorkOrders: New Record Set field (AutoGroup, gGroup) Set field (CustID, gCustID)
Create an account or sign in to comment