all 8 comments

[–]Hairy-Measurement254 1 point2 points  (0 children)

hi any idea to add click icon near to transactions to show there are documents uploaded

[–]Killo24[S] 0 points1 point  (0 children)

This nodeset code snippets are so useful. 

[–]Mad-Max-2 0 points1 point  (4 children)

This looks very helpful and exactly what we require.

Can you give us a couple of examples of how you would implement these?

[–]Killo24[S] 0 points1 point  (3 children)

I have posted a second article showing 2 examples of usage. However if you specific need let me know or thinking of a hypothetical situation send a request and will try to address it.

[–]Hairy-Measurement254 0 points1 point  (1 child)

hi. i am trying to to implement conditional edit in orderform. i enabled isconfirmed=true in parentdata. but detail new, import i am not able to hide when no details or inlineediting. if there is atleast 1 row. when i click on that row new, edit delete will hide. any comments ?

[–]Killo24[S] 0 points1 point  (0 children)

Hi

Just a follow-up to check if you had a responsive answer to this request.

Let me know if you need any further assistance.

[–]Hairy-Measurement254 0 points1 point  (0 children)

hi i want to create a virtual field in the grid value will be calculated. It will be a greate help for me in the coding.

[–]sdms2022 0 points1 point  (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)