Posts

Showing posts with the label active

Salesforce Fact #544 | IsProfilePhotoActive

How to check whether the profile photo is set for the user. There is a field named ' IsProfilePhotoActive ' in User object which is true when the profile photo is set, else it is false. Reference: https://developer.salesforce.com/docs/atlas.en-us.238.0.object_reference.meta/object_reference/sforce_api_objects_user.htm

Salesforce Fact #541 | Flow check if older version is active

Do you know there is a field in Flow list view called 'Is Using an Older Version' which denotes whether the latest version is active. If any previous version is active, this flag is true. We can filter on this flag to quickly figure out which all flows are having any previous version activated.