Skip to main content
Solved

Toggle visibility in Page Designer using custom field

  • October 3, 2024
  • 3 replies
  • 312 views

MWitczak
Hero (Customer)
Forum|alt.badge.img+10

Not sure if it is even possible, but I created a new Group in Page Designer on our Expense Sheet Details page, and I would like for it to only be visible when the custom field inside it has a value.  I tried the following, but it does not work.  Is my syntax off; is this functionality not possible?  Any insight would be greatly appreciated!

 

 

Best answer by MWitczak

Thank you for your response, that didn’t work, but it did get me looking closer at my “Visible” condition.  IFS didn’t like the capital R on “Record”, thus 

 

record.Cf_Reject_Reason != null

 

works.

View original
Did this topic help you find an answer to your question?

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

I haven’t used such visibility logic but in page designer you would need to use OData instead of sql operators. 
 

Try using instead of “!=“ the OData operator “ne” that stand for “not equal”. 
 

record.Cf_Reject_Reason ne null

or 

record.Cf_Reject_Reason ne ‘’


MWitczak
Hero (Customer)
Forum|alt.badge.img+10
  • Hero (Customer)
  • October 3, 2024

Thank you for your response, that didn’t work, but it did get me looking closer at my “Visible” condition.  IFS didn’t like the capital R on “Record”, thus 

 

record.Cf_Reject_Reason != null

 

works.


Rukmal Fernando
Superhero (Employee)
Forum|alt.badge.img+16
AveTonitM wrote:

I haven’t used such visibility logic but in page designer you would need to use OData instead of sql operators. 
 

Try using instead of “!=“ the OData operator “ne” that stand for “not equal”. 
 

record.Cf_Reject_Reason ne null

or 

record.Cf_Reject_Reason ne ‘’

@AveTonitM OData expressions are only used in LoV Filtering and everything else like conditional visibility used here uses Page Designer’s Condition Syntax.

See more here on Condition Syntax: https://docs.ifs.com/techdocs/24r1/040_tailoring/225_configuration/200_client_configurations/310_conditional_fields/300_condition_syntax/

and see here for more on Conditional LoV filtering: https://docs.ifs.com/techdocs/24r1/040_tailoring/225_configuration/200_client_configurations/310_conditional_fields/100_conditional_lov/

Best regards,

Rukmal


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings