Salesforce Field Service Lightning: FSL Mobile Flow vs. Screen Flow – Part 1

The FSL Mobile Application is a Salesforce app used in the Field Service Lightning product. This is a powerful and extensible out of the box application that enables our field organization to perform activities from an iOS or Android device. This post is part of a series focusing on building and providing an enterprise-scale service … Continue reading Salesforce Field Service Lightning: FSL Mobile Flow vs. Screen Flow – Part 1

Advertisement

How to set value in Date and DateTime fields when using ‘defaultFieldValues’ Spring 20 feature?

The Spring '20 'defaultFieldValues' feature is quite a replacement for the infamous URL hack. But is it as good as the URL hack? Maybe, or maybe not. I will leave that for you to decide. Too much talk, let's cut to the chase! So I recently read somewhere that it might not be possible to … Continue reading How to set value in Date and DateTime fields when using ‘defaultFieldValues’ Spring 20 feature?

How to prevent default record type selection when using a URL button to create a record?

Hi there! :DHope you well and safe! Today's article is about an effective admin trick! So let's just start by understanding what is the issue.Say, on standard Account object there are two record types, namely; RT_1 and RT_2, where RT_1 is the default record type. Now you have a custom URL button on a another … Continue reading How to prevent default record type selection when using a URL button to create a record?

How to set the default record type when using ‘defaultFieldValues’ to set default values in Spring 20?

With Spring ’20 came the official ‘URL hack’ in Lightning: Navigate Users to a Record’s Create Page with Default Field Values.Note: It’s not called ‘URL hack’ officially. This great new feature allows us to create list buttons that launch a new record form with pre-populated data. But, if you try to set a default value of … Continue reading How to set the default record type when using ‘defaultFieldValues’ to set default values in Spring 20?