Is there any way to get the value of a GUID (table field) of an inserted record in the main table and insert this to a child table? I want to do this in a triggered action on 'insert data' event on the main table.
Issue: The field in the child table remains empty after the action has been triggered. (other fields are inserted just fine)
I suppose this is because the record hasn't been written to the main table yet when the triggered action is run, so the GUID does not exist yet.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Gilmay
Hi,
Is there any way to get the value of a GUID (table field) of an inserted record in the main table and insert this to a child table? I want to do this in a triggered action on 'insert data' event on the main table.
Issue: The field in the child table remains empty after the action has been triggered. (other fields are inserted just fine)
I suppose this is because the record hasn't been written to the main table yet when the triggered action is run, so the GUID does not exist yet.
Is there any way I can work around this?
Thank you.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.