• Best Visa 5
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 2
    Likes Given
  • 0
    Questions
  • 4
    Replies

I've come to a number of conclusions on the use of VBScript with the COM Toolkit. I'd like to share them here in the dual hopes that:
    1) If anyone has a better answer or a contradiction, I'll find out, and
    2) If not, these may help others who follow ...

I'll post each conclusion as a child of this note.

If you have feedback on one of the conclusions, please comment on it.
If you have an additional conclusion, please feel free to add it. If you add new ones as comments to this comment, then we may get a set of useful threads eventually .

Scot

  • October 06, 2004
  • Like
  • 0
AND(ISBLANK(FederationIdentifier),$Setup.Bypass_Settings__c.Disable_Validation_Rules__c == false)
Note: Due to this formula, for all the user federation ID is going to mandatory. But now I want to modify this formula firing only for internal users and bypass for community user It should be mandatory to fill federation ID field for internal users.How to modify this formula?
create the aura component for account with 4 fields & a save button in the aura component ???