Unloadable in fix script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2018 02:17 AM
Hi All,
I have checed "Unloadable" in fix script and as per docs it says it will create record in "sys_update_xml" table, But I can't see any record aprt from fix script update, anything I am missing here?
Regards
Kalpataru
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2018 02:42 AM
Hi,
I tried replicating your issue.
Created a fix script named TestScriptOne (Unloadable: Checked). After I executed the script, I could see the Customer Update being created in the sys_update_xml table.
Hint:
- Is the Active checkbox checked?
- Also, did you check after the fix script has completed execution? (i.e - did you let it complete execution and not cancelled via active transaction)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 04:04 AM
Hi,
Thanks for your effort but still i can't see updates in sys_update_xml table.
- I have write few line script to update one incident record but I can't see that record in sys_update_xml table any Idea
Active is true,Unloadable is checked and transction is completed.
Thanks
KB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 12:26 AM
Can you please paste your script here? and a screenshot of the fix script form as well.