Notifications
Announcements
here as we select from list of segment ids, category id filter needs to be empty. but its not , i have used this code but not working accordingly
[DataField] class SegmentId { public void modified() { #define.blank('') super(); // When segment changes, subsegment should be cleared custTable.SubsegmentId = #blank; // Refersh Customer data source custTable_ds.refresh(); } }
Hi Sachin,
Instead of single quotes can you try with double quotes and check.
[DataField] class SegmentId { public void modified() { #define.blank(" ") super(); // When segment changes, subsegment should be cleared custTable.SubsegmentId = #blank; // Refersh Customer data source custTable_ds.refresh(); } }
Thanks,
Girish S.
not working for double quotes as well
You need to empty the category id after selection of segment id right?
If that is the case it must be custTable.CategoryId = #blank;
You are trying to assign empty string to segement id which is wrong.
thankyou. i am creating a new thread please help with it
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 627 Super User 2025 Season 2
Abhilash Warrier 438 Super User 2025 Season 2
Martin Dráb 358 Most Valuable Professional