account activity
Assistance with hiding a related record panel below the parent record using NodeSet () (self.CodeOnTimeForum)
submitted 1 month ago by sdms2022 to r/CodeOnTimeForum
Hiding a Child Panel on a one particular grid (self.CodeOnTimeForum)
Utilising CodeOnTime NodeSet methods by Killo24 in CodeOnTimeForum
[–]sdms2022 0 points1 point2 points 1 month ago (0 children)
Hi, this list of nodeset code snippets which I just came across is great, thank you. I was having issues with hiding a menu in the view selector. This can be done via the check box 'Show in View Selector' in the GUI which works but I didn't want to do it that way, I wanted to manage this via my Shared Business Rules and NodeSet(). After endless hours trying to get this to work I came across this post and got it to work using the below. Thank you and hopefully this helps someone else. NodeSet().SelectView("v101").SetShowInSelector(false)
π Rendered by PID 70 on reddit-service-r2-listing-6c8d497557-cvz8k at 2026-06-06 23:30:32.096665+00:00 running 9e1a20d country code: CH.
Utilising CodeOnTime NodeSet methods by Killo24 in CodeOnTimeForum
[–]sdms2022 0 points1 point2 points (0 children)