Hi there,
I'm building a small addition to our app which will facilitate multiple shipping address options for a given Sales Order.
I have a separate, popup screen for selecting the shipping addresses associated with a given Customer, as identified on the Sales Order.
The trouble is I can't seem to pass the Shared Result, which is being assigned the RecordID of the Customer, over to the pop-up form; to test it because I have been trying to figure out what's up with this, I have the following happening:
Shared Result -> Action Result -> Field Update
The field should just be updating with the RecordID of the Customer at this point, but that isn't happening; the variable isn't being passed.
Is there something I'm midding here?
Thanks,
-S