I have a small concern regarding lobbies permission!
In permission set, how we can revoke only one lobby?!
I can see revoke all button even if I select 1 lobby and if I click the “Revoke All” button, whatever lobby I added for the permission set, it is revoking all.
Best Regards,
Vishal J
Page 1 / 1
what’s the IFS cloud version you’re using?
Isn’t it simply selecting the lobby and revoke to remove access?
Hi @Ruchira
Please find the version above.
Best regards,
Vishal J
I’ve seen in IFS Cloud 24.2.6 that the ‘revoke’ button has disappeared.
The reason is that IFS has implemented a page designer enable-condition that hides the ‘revoke’ button based on the permission set delivery type, but the condition doesn’t work correctly. I suspect this is a bug that prevents one from using the revoke button.
We’ve enabled the revoke button by using the page designer and removing the enabled-condition
HI @vishal J,
Yes, @AveTonitM noticed correctly, this seems to be a bug.
I checked in 25R2, the condition to enable the Revoke command is parent.FndRoleDeliveryType = "Custom", means that, Revoke command would be available for all permission sets, which are not managed/provided by IFS, and it is working fine there.
However, for 24R1, the condition is record.FndRoleDeliveryType = "Custom", which is not possible to fulfill since there is no attribute like Delivery Type is available at the Granted Lobby Pages section.
I have tried after modifying the enable condition from record.FndRoleDeliveryType = "Custom" to record.parent.the FndRoleDeliveryType = "Custom", and it is working fine.
Regards
Abdul Rehman
Hi @Abdul
I tried as you mentioned but I am getting some red background.
Best Regards,
Vishal J
Hi Vishal
I am not sure about the 24R2 syntax format. Please check with parent.FndRoleDeliveryType = "Custom" only. Seems record. is not required as a prefix.
Regard
Abdul Rehman
Hi @Abdul
Yes! that worked, I changed it tried, thank you so much.