Field Mapping: use the source record ID - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +--- Thread: Field Mapping: use the source record ID (/showthread.php?tid=706) |
Field Mapping: use the source record ID - Guido1982 - 08-03-2017 I'm pretty sure this is possible, just not sure how. I want to use a field mapping to fill one of the target module's UI10 fields with the ID of the record of the source module. Is there a special expression for this? EDIT Got it. It's 'record_id'... Could have thought of it... |