I'm importing CSV data from another system into SalesForce. The field for State is going into a cust
I'm importing CSV data from another system into SalesForce. The field for State is going into a custom text field ubti
The CreatorCon Call for Content is officially open! Get started here.
I'm importing CSV data from another system into SalesForce. The field for State is going into a custom text field ubti
Calculating End of Useful Life on the alm_hardware table all ways to the
Request access to Asset Management roadmap sessions and to the learning sessions nirisha.chalapati@cdw.com
Have any of you implemented Capacity Planning for SAN, vCPU, RAM etc. in ServiceNow? To add more details on to this - more similar to physical assets like Laptops or Desktops where we have Stock rooms and Stock rules that govern inventory of the asse...
Hello everyone,We would like our customers (non-ITIL, snc_internal) to be able to use a Self-Service Portal to display a personalized list of assets assigned to each person. The customers should also be able to view and present asset data linked to e...
Hi All,I have created a flow with multi-level approvals. The flow is working fine for existing users, but for new users the second level approval is not getting generated. I suspect this is related to roles/permissions.Can someone please guide me on:...
Hi,In the Vendor management space, in My lists, then Add new list,when attempting to create a custom list based on either “All third parties” or “All Engagements” and selecting risk rating as a filter, following options appears 3 times: Very High, Hi...
Hi,Could anyone suggest how to rollback the import that done via data source.Data source Import;Type- File.Format- CSVFile Retrieval Method- Attachment.(manual attachment) regards,Nithya.
Has anyone received confirmation of registration for the SPM, EA, CWM event next week? I registered but have received no notice of confirmation and cannot book travel until confirmed. I have also received no response from any attempt to contact via m...
Hi,I am facing an issue in my instances with a data sources record where the XML file is retrieved from MFT location.App Scope-GlobalTable-Data Source(Group Reference)Field type-password(2 way encrypted)Dictionary attribute-is_legacy_password2=true.W...
GlideRecord('incident');x.addQuery('number','INC0000011');x.query();if(x.next()){ gs.info(x.problem_id.getDisplayValue()); gs.info(x.problem_id.short_description.getDisplayValue()); GlideRecord('incident');x.addQuery('number','INC0000011');x.query(...
When debugging Email Notifications, what must you check on a user record? (Choose three.)A. Active must be trueB. The First name and Last name fields must have values.C. The value in the Notification field must be set to enabled. D. The user must not...
Hello! We currently have Third-party Risk Management along with Asset & Contract modules. We are trying to align that the results on the Third-party Risk Management to a Company on the Company table and then use that same Company to know the Risk lev...
On clicking the "Car Base Container", how can we redirect to a different tab within the same page in UI Builder?For reference, please see the image below for better understanding. On click of Active Incidents card should redirect to Access Provision ...
var x=new GlideRecord('incident');x.addQuery('number','INC0000011');x.query();if(x.next()){ gs.info(x.problem_id.getDisplayValue()); gs.info(x.problem_id.short_description.getDisplayValue()); x.update(x.problem_id.short_description=x.rfc.sho...