Resolved! Could not find a record in sc_cat_item for column cat_item referenced in this update
I am trying to import an xml updateset but the following conflict is going on. How can I adjust it?
I am trying to import an xml updateset but the following conflict is going on. How can I adjust it?
Hi, What is the correct way to use the setPreference function to set a user preference in a scoped application?
Elementu_grp_rec_13Referencesys_user_group
Differentiate client scripts and server scripts in UI actions?
Hi All, I'm trying to use the GET API to get a body response back that includes the time values for Planned Start Date & Planned End Date within a Change record but so far I haven't able to achieve this. Queried the Change sys_id and the response bod...
Hi, I am working on a Table Transform Map, and I have a Field Map using Source Script. However I do not see the gs.Log comments I have in the System Log or the Import Log. Anyone know what I am doing wrong?
Hello All, We need to trigger an notification from UI Action without event generation. In Notification the 'Send When' field is set as 'Triggered'. Thanks in advance for the help !!!
Hello Experts, Could you please check this. I had difficulties defining the Xpath in the data source to import the xml file. I need 3 fields to be created in the source table (asset_tag, dv_model_category, lastLogonAD) This is the Sample XML file- ...
I have this client script that should only allow 1 checkbox to be selected, but when I test it still lets me select I agree or I disagree. Can someone help me out?
Hi everyone, I want to get the list of approvals related to RITM.Please help me with script. var appr=[];var gr=new GlideRecord("sysapproval_approver");gr.addQuery('sysapproval',current.sysapproval.sys_id);//gr.addEncodedQuery('sysapproval=9403d117db...
Does anyone know if there is a way to replace the current query for a GlideRecord? There is a condition being added and I do not have access to the code that is adding the condition so what I was hoping to do is just do a search and replace on the ...
I have an import, I want to add some scripts to and I start asking, how I can put various fields into the comment field.So the idea is:putting. into one target field with a script because the source data have 3 different comment fields (I hate it) a...
I have an onSubmit client script on the Incident table that invokes a GlideModal: This works great. Now, in the UI Page that this GlideModal is invoking has this bit of code: If the Incident is NOT a new record (it has already been saved), th...
There are 200 odd SLAs on a table which currently extends Incident table and it has one of the condition as Incident State = Open. Now in our new instance the same table will extend task table and will use condition as State = Open. Can we update al...
This script is on a workflow approval activity, the workflow properties is on the task [task] table, the new fields are on the sysapproval_approver table. when I run the workflow the approval is not created and the error "illegal access to getter met...
