I'm trying to create a popup to display to users after they start a new session (log in). What is the simplest way to do this?
There is a new business process called "User sessions" in the CRT Base package. Is this something I could use for the purpose of displaying a popup after a new user session is created?
I was able to create a custom user task that displays a popup and call it with a business process with a simple start but cannot figure out a way for it to be triggered to display to a user when they start a new session.
Sessions are created directly in the database by Insert and do not generate an event on the object. Business processes rely on events at the object. If it is not the happening process will not notice any changes. As for now, there is no option to track start/end of the user session via the process signals. Our R&D team responsible for this functionality is already working on implementing it in the future releases. I will forward your feedback to the team in order to increase the importance of this task.
Only overriding onEntityInitialized won`t be enough because there is also a server logic that sets the Number (ContractEntityEventListener schema). If you change only the onEntityInitialized, the system will still set a number if the contract was created using BP or integration.
If you want to turn it off you will need to also override ContractEntityEventListener:
It's not related to any customization described either by Vladimir and Dmytro (I've tested both codes and they don't result in this ""Number" field is required" message). You have some another customization that makes the "Number" field mandatory (custom code, business rule, column settings on the object side or on the page side), you need to find and disable it.
As for now the only way to check if the macros has no data inside it is to manually select a template in the email editor and see which data is populated for the user or not. Also in case you are using some information on the record you need to check if all the records have values in the columns that are used as macro sources. Unfortunately that is all for now, but we have already posted our R&D team to improve this functionality in the future.
Unfortunately, It is not possible to use the sandbox in Freedom UI,
but we have already registered the following suggestion for our R&D team and they will consider adding the following functionality in the upcoming releases.
Which is the correct set of OOB pacakge dependencies when creating a new pacakge that is going to store developments/customizations done to the mobile app.
Your business task could be achieved by business process.
You can use your diagram as the base for the process.
Instead of the first Аpproval element use the [Auto-generated page]\[Pre-configured page] (or [User dialog] element), to display for required user or role, then through the flow on the second Approval element making a decision.
Your business task could be achieved by business process.
You can use your diagram as the base for the process.
Instead of the first Аpproval element use the [Auto-generated page]\[Pre-configured page] (or [User dialog] element), to display for required user or role, then through the flow on the second Approval element making a decision.
Not exactly an integration, but at least for now, you could use that with this marketplace add-on so you get a quick lookup for the incoming caller when a teams call is received.
I was able to do this using Tel links for outgoing calls and then launching a new activity Mini screen to record the call. For incoming, we use the dev labs addon and modified it a bit to list the sections we needed. Happy to share code if you are interested.