-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I have a scene with a source grid (view_1032) a destination grid (view_133) and a source detail view (view_1034). I'm coping cost codes from a master list (the source grid) to a list of Project Cost Codes (a different object) in the destination grid, as well as the Project (field_116 ) value from the parent to the child Project Cost code. Project (field_116) is the display field of the parent connection. If I was using a form to create the Project Cost Codes, that form would be set to create a new record connected to this Project. "Project " in the destination grid is the Project Connection field.
This is how I have the keyword configured:
_cpyfrom=[view_1032, auto, Copy from Standard Codes, add], [], [Project, field_116, view_1034], [ktlMsg, static, Copying records, please wait…]
This is creating the new records with the info copied form the source grid. However, it is not copying the Project value from the Detail view.
There are no errors or warnings in the console.
Any suggestions?