ATF Data Picker
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi
I created record on table pm_project_task with server script in ATF. Logs showed sys_id so i am sure it is created. However when I use Open an Existing Record I have :
FAILURE: Failed to open the 'pm_program_task' form with id ''
A sys_id was expected, however none was present. Please ensure that you are passing in the document id correctly
here I set output. Log displays sys_id. In screenprint opening record options available(actually only one)
var taskID = task.insert();
outputs.sys_id = taskID;
outputs.table = 'pm_program_task';
gs.log(taskID,'Tom');Reagds
Piotr
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
