User Activity
05-19-2026
Is is possible to pass a parameter to an existing ServiceNow report via the URL and then access the parameter in the report filter condition?
04-21-2026
Hi I am working on a requirement where i want to show/hide a UI formatter from on a UI macro based on the reference field on the form.<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" x...
04-16-2026
Hi , I am working on a requirement to fetch the data from demand cost plans. Below is the code :<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<style>
tr...
Hi,I want to add custom fields on the financials baseline page. I have already added the custom fields on the Demand Baseline[dmn_demand_baseline] table along with the mapping on Baseline Configuration Field Maps [baseline_config_field_map] table. Th...
03-30-2026
Hi,I have a parent table with default ACLs (CRUD) grating access for role 'u_test'. There is a child table inheriting from parent table with default ACLs (CRUD) grating access for role 'u_test1'.However, parent table has one extra [parent.*] ACL grat...