Getting new sys_id from a UI Builder Create Data Resource execute call
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 10:01 AM
I have a Create Data Resource (create_new_test_record_from_button_click) within UI Builder and call .execute() on it with my template fields. Is there a way to get the sys_id of the newly created record?
api.data.create_new_test_record_from_button_click.execute({
"table": "x_g_test_table",
"templateFields": templateFields,
"useSetDisplayValue": false
});
The api of the execute function doesn't seem to return anything.
Regards