Posts

Showing posts with the label conditional

Salesforce Fact #579 | Pass date value in custom link based on condition

Image
We can pass input parameter value from custom button link based on some condition as well. In this example, we are passing a date value from an account custom button link to a screen flow based on some condition check on the account created date. Attached is the screenshot.

Salesforce Fact #556 | Conditional rendering in p tag

Image
Unlike VF page, we can apply conditional rendering in <p> tag in LWC.  The below VF code will behave as: However the LWC code willl work properly: