dandale-b
8th August 2022, 09:41
is it possible to disable detail button and control button in Infor LN?
tried using extensions but have no idea how to call the detail button and make it read only
RobertP
11th August 2022, 10:13
[EDIT] - Removed first suggestion.
Other more advances tech users may have a better suggestion...
RobertP
11th August 2022, 10:40
Did a quick test (10.7). Detail button is driven by 'Synchronized Dialogue' field in sessions (ttadv2500m000). If empty then detail button disappears - see screenshots. If not empty then you're in luck. However, It is possible for developers to manage sync. dialogue via the program script. Then there aint much you can do.
dandale-b
12th August 2022, 06:45
this is the session that I need to disable the detail button... I cannot edit it. but it seems that the synchronized dialog is empty... is there another way to disable the detail button in this session? (whwmd2672m100)
RobertP
13th August 2022, 12:26
This is a dashboard session with many features and options. If you could disable the details option, then functions such as "new" and "Split" may no longer work.
I suggest you consider session / user permissions. You can also look into form personalization within LN UI.
Else, I'm out of suggestions. Checked for an alternative session which there is not.
I'd probably consider developing a new session completely.
RobertP
13th August 2022, 12:27
Actually, you're in luck.
The main session in your screenshot is whwmd2672m100
Clicking the detail button opens session whwmd2172m000
So - using session authorizations you could block access to the detail session per user or user group.
dandale-b
15th August 2022, 03:13
Can you please include screenshots how to do that? I don't have knowledge on session authorization blocking. Thank you!