I have setup a UD field with a LIKE property so that it will launch a context menu.
Everything is working as expected but when launching the process, it is sending the wrong KEY. How do you specify what key to send to the process? Does the KEY field need to be part of the data view?
for example: I have a Like field = CustXPrt.XPartNum
my EpiBinding is set to PartRev.CustPartNum_c (Custom UD on the PartRev table).
The context menu is pointed to the Customer Part Cross Reference process. This is expecting the CustNum value but instead it is passing in the XPartNum value. Do I need the CustNum field in the partRev view?