Is unable to present values in the portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 08:10 PM
Is unable to present values in the portal?
Kindly verify the below screen shorts and let me know any modifications are required.
client script : onchange
Script include client callable.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:35 AM
In a GlideAjax call, all of the parameters need to be named 'sysparm_xxxx', so change your appid line to
civ.addParam('sysparm_appid', appname);
If you still are not getting expected results, add some gs.info lines to the Script Include to see what is happening throughout the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 10:34 AM
Thanks for the your response . getting the below values or find below screenshots,.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 11:47 AM
That looks like progress. Is 1009 the expected value for app_id_name passed in from asl_id, and do you have a record on the cmdb_ci_business_app table with this u_app_id? If it is, and you do, you probably want
var app_id_value = app_id.name;
to return the Business Application Name to the client. If not this field, then whatever field you are looking for from this table for the project_name variable/field. Is project_name a string/text variable/field?