David B
08/25/2021, 10:53 PMafterSubmit
entry point is being hit when you create a sales order for the prospect (which converts the prospect entity into a customer)
Does anyone know how to capture this edit on the entity record, rather than adding a UE to the sales order?Craig
08/25/2021, 10:55 PMDavid B
08/25/2021, 10:57 PMcreate
context.
So would be duplicating all the logic over to a SO UE script....David B
08/25/2021, 10:57 PMDavid B
08/25/2021, 11:01 PMoldRecord.type
and newRecord.type
are both "prospect"
Would expect the newRecord.type
to be "customer"battk
08/25/2021, 11:03 PMbattk
08/25/2021, 11:03 PMDavid B
08/25/2021, 11:05 PM