I have successfully added a new inline action command. The visibility is supposed to be based on the "Modify" permission for the selected object. There is a code fragment in the "Rename" sample using node.get('perm_modify') . This does not work; the node object does not have the corresponding attribute. I checked the underlying REST APIs which are available for nodes. Obviously they do not return permission info.
Now I'm thinking about an alternative approach: I want to use a RecordsManagement property to implement the logic.
Question: Can I acccess RecordsManagement properties? Is there an example?