Blogs
-
How can we query an Entitlement Process through Apex
Actual Object name to access from API is SlaProcess and in UI it is EntitlementProcess
-
Addressing Unwanted Leave Site Notifications in Sage CRM
As you are likely aware, users can access Sage CRM by opening a web browser and navigating to the dedicated web application hosted securely on a remote server. Consequently, any changes or updates made to browser versions have the potential to impact the performance of Sage CRM. It’s worth noting that a significant portion of…
-
Checkbox label containing a URL in Aura/LWC
This is a frequently encountered scenario in which you want to display a straightforward checkbox for accepting terms and conditions, accompanied by a URL link to your terms of service or privacy policy However, when using lightning:input or lightning-input, it’s not permissible to include HTML tags within the LABEL attribute. Here are the solutions for…