Время создания
Filters

Anyone I want to ask how to create business rules in product in order mobile apps?

 

The case is when creating new orders in mobile apps then add product in order I want to make products that appear only products in the hardware category.

 

Can anyone help me to solve this case guys?

Thank you

Like 0

Like

0 comments
Show all comments

Good day, colleagues.

 

IProcessExecutor processExecutor = _userConnection.ProcessEngine.ProcessExecutor;
return processExecutor.Execute("VERY_IMPORTANT_PROCESS", valuesDictionary);

 

In context of my question, this simple script have multiple calling from different users (sessions) in one period of time. So i need to use Supervisor UserConnection to clarify "VERY_IMPORTANT_PROCESS" logging. Is it possible? Any workarounds?

 

 

 

Like 0

Like

1 comments

Hello,

 

Something similar was implemented in the RunSendEmailToCaseGroupV2 business process:

UserConnection userConnection = UserConnection;
if (userConnection.CurrentUser.ConnectionType == UserType.SSP) {
	userConnection = userConnection.AppConnection.SystemUserConnection;
}
...

Here the system checks if the current user is an external user and if so - replaces the userConnection with systemUserConnection (which is a Supervisor user).

 

You can try the same approach in your code to make sure the business process is called under the Supervisor user.

Show all comments

Hi, 

The release notes for Creatio 8.2 ( https://academy.creatio.com/docs/8.x/resources/release-notes/82-energy-release-notes#title-2782-1 ) mention more than 100+ new features released for CRM Composable app




and Tech Hour for 8.2 ( https://www.youtube.com/watch?v=o4xjCJgLIbo ) , mention both 100+ features for modern CRM experience et 80+ features for Nocode Composability.



Is there a list somewhere with the actual full list of features we can refer to, not just highlights ?

Cheers, 

Damien

Like 6

Like

1 comments
Best reply

And a list of Classic UI features, that are not implemented in Freedom UI yet :)

And a list of Classic UI features, that are not implemented in Freedom UI yet :)

Show all comments

Hi community, 

Could you please help with setting up logging for any actions done by the user specifically, view Contacts/Accounts pages, details?

 

Thanks

Like 0

Like

4 comments

Hi Mariam, 

 

To enable logging for specific actions, navigate to the Settings menu located in the upper-right corner and select Change Log under the Users and Administration section. From there, you can configure and monitor activity for specific objects. Please note that this feature allows you to track any actions performed by users, rather than activities solely related to viewing. Unfortunately, it is not possible to monitor this type of activity without direct user interaction.

 

Hello Hanna, thanks for the response. In case user does no change to the page, but just views data related to some object, will Change log record and keep this info for further access and monitoring of user's activities?

 

No, the change log only shows the records that were modified. Unfortunately, it won't show who has just viewed the record and didn't do anything 

Thanks, Hanna. Are there any plans at Creatio end to implement such possibility, i.e. show who just reviewed the records?

Show all comments
Question

I need urgent help from Creatio support - I have emailed support@creatio.com 

All users of our domain are unable to access for more than 3hours.

It keeps stating we have entered an incorrect username and password - this is not possible for all users across all of our offices, I know for certain my credentials are correct.

 

Support have not responded to my email.

How do I escalate to get a response?

Like 0

Like

3 comments

Hello,

 

Please try to send another email to support@creatio.com, make sure that you have entered correct mailbox address, or try to send an email from a different address so we could process your request.

They have come back to me now thank you.

Try directly by success portal, there you can specify, in this case, the highest priority 

Show all comments