Skip to main content
Solved

Grant and Objgrant

  • March 5, 2026
  • 2 replies
  • 22 views

Frbese
Sidekick (Partner)
Forum|alt.badge.img+4

Hi!

I cannot get my head around where below setting is defined, the Grants-property of an command.

Can anyone enlighten me how this work and were this code is added?

See the yellow marking in below pic.

 

 

Best answer by SimonTestard

It’s auto generated based on the Projection Actions that the command calls. In your case, it has been Customized.

 

Out of the box in 25R2SU3 it’d look like this:

 

 

 

 

So basically, it checks Projection Actions that can be called within the command execute block, and then ensures the user has access to those projection actions.

2 replies

Forum|alt.badge.img+12
  • Hero (Customer)
  • Answer
  • March 8, 2026

It’s auto generated based on the Projection Actions that the command calls. In your case, it has been Customized.

 

Out of the box in 25R2SU3 it’d look like this:

 

 

 

 

So basically, it checks Projection Actions that can be called within the command execute block, and then ensures the user has access to those projection actions.


Frbese
Sidekick (Partner)
Forum|alt.badge.img+4
  • Author
  • Sidekick (Partner)
  • March 9, 2026

Thanks 🙂