What type of data type is due date in Salesforce?
The standard field Due Date (API name: ActivityDate) is listed as "Date Time" data type incorrectly in the UI. The Documentation and metadata is data type date; which is how it is executed in the system. When you try to assign a dateTime variable to the "ActivityDate" field you will get a data type...
Can a user edit and save on Salesforce1 hybrid app?
A user with no Read/Write access on the record can edit and save successfully on Salesforce1 hybrid App if 'Enable offline create, edit, and delete in Salesforce1' is checked and they have permission to transfer records in their profile. So far, this is seen on Leads, Cases and Accounts
What's new in Salesforce inbox for Outlook for Mac?
With the latest iterations of Outlook for Mac, Salesforce Inbox is seeing unexpected behavior with some of the features including Read Receipts, Link Tracking, Duplication/Deletion of text as the user types in the body. Confirmed to affect Outlook version: 16.11 (180311), 16.12 (180410)
Does the salutation field remember your choice in spring 2018?
Since Spring '18 the Salutation field remembers your choice when you don't save it until you refresh the Page. When you create a custom profile in an Enterprise Edition Scratch Org, you may receive an error when retrieving source to into your SFDX project
Why isn't my permission set active in Lightning?
When a session based permission set is activated for a user in lightning, the permission will not always appear to be activated because the UserInfo cache does not always get updated.
When tapping on the pencil icon or double clicking on any field to inline edit in Related Record component, the target fields
When tapping on the pencil icon or double clicking on any field to inline edit in Related Record component, the target fields are not highlighted without clicking into the field. This works with a Detail component.
What happens when you use custom Quick Actions in Lightning?
Organizations using custom Quick Actions to create or update Person Accounts will find these actions do not fully function in Lightning Experience and may result in an error on Save.
Why does the Lightning Experience keyboard shortcut close a record page?
This is because the DOM element that is focused is outside of the workspace.
What does the text area field do in Lightning Experience?
In Lightning Experience, the text area field displays the carriage return as "<br>", and the values in that field are not broken into separate lines. The long text area field does not respect the carriage return at all, and the values in that field are not broken into separate lines.
Why is the reduction order amount not aligned with the correct product?
As a result, the "Order Amount" has an incorrect value.
When a user has been locked out for certain time period and in between if initiates a refresh flow then
When a user has been locked out for certain time period and in between if initiates a refresh flow then the user will be unlocked. User should only be unlocked after set period of time or when admin unlocks them.