Skip to main content
Solved

Lobby - Permission set

  • October 22, 2025
  • 8 replies
  • 84 views

vishal J
Sidekick (Partner)
Forum|alt.badge.img+7

Hi all

 

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

Best answer by Abdul

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

8 replies

Forum|alt.badge.img+13
  • Hero (Partner)
  • October 22, 2025

what’s the IFS cloud version you’re using?

Isn’t it simply selecting the lobby and revoke to remove access?

 


vishal J
Sidekick (Partner)
Forum|alt.badge.img+7
  • Author
  • Sidekick (Partner)
  • October 22, 2025

Hi ​@Ruchira 

 

 

Please find the version above.

 

Best regards,

Vishal J


AveTonitM
Hero (Partner)
Forum|alt.badge.img+10
  • Hero (Partner)
  • October 22, 2025

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

 


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • October 22, 2025

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


vishal J
Sidekick (Partner)
Forum|alt.badge.img+7
  • Author
  • Sidekick (Partner)
  • October 22, 2025

Hi ​@Abdul 

I tried as you mentioned but I am getting some red background.

 

 

Best Regards,

Vishal J


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • Answer
  • October 22, 2025

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


vishal J
Sidekick (Partner)
Forum|alt.badge.img+7
  • Author
  • Sidekick (Partner)
  • October 22, 2025

Hi ​@Abdul 

 

Yes! that worked, I changed it tried, thank you so much.

 

Best Regards

Vishal J


vishal J
Sidekick (Partner)
Forum|alt.badge.img+7
  • Author
  • Sidekick (Partner)
  • October 22, 2025

Hi ​@AveTonitM 

 

Thank you so much!

 

Best Regards,

Vishal J