In mobile, how we can assign default workplace per user so that after login mobile user don't need to go to Settings->Workplace and change it everytime.
To have mobile workplace by default you should go to the system settings -> search for "Default workspace" -> Choose the lookup "Mobile application workspace" -> the field Default value should be filled by the name of the workspace you want to be by default.
As for now there is no functionality to export license data via Excel. As a workaround you may use SQL queries and export data via SQL executor and SysLicUser&SysLicPackage tables.
There is no mechanism to track who enabled the change log. However, by default it can do only the system administrators. To restrict the users from managing the change log, please use Can clear change log, Access to "Change log" section, View change log operation permissions.
Currently, when the detail is added to the portal, the portal users cannot add the records. This is default application logic. We already had multiple requests from the customers to make this option possible and this idea has been accepted. It will be possible to add the records on the detail on portal in the nearest application releases.
As for editing existing records, the logic of the portal affects overall detail functionality. It affects the existing records as well. Basically it is not quite possible to use details on portal since they do not have the corresponding records in the SysModuleEntity and SysModuleEntityInPortal to work properly on portal.
The data available for portal users is limited by the [ List of objects available for portal users ] lookup. Only the objects included in the lookup are accessible via the portal UI.
In addition, you should configure your object permissions according to your detail object.
The object name is External Access in the object permissions http://prntscr.com/qgcpjf If you are talking about missing tab in the advanced settings, you can use the operation permission CanUseExternalAccess to add the user who is allowed to access the external services http://prntscr.com/qkdszk and after that select the required permissions for him in the object permissions.
MyMobileCustomSchemaTestActionCaption and MyMobileCustomSchemaTestActionMessage are 2 localizable strings.
After that you can look what does the onChangePasswordClick in the ChangePasswordModuleSchema schema and implement the same logic in mobile when clicking your action. For changing language you would need to display lookup column of SysCulture object and populate the current user's culture with the result of the selection of this field.
Any idea how i can customize the image uploading to add validation. I need to restrict the image uploading to accept only png file type and limit the size and dimension of the image. Thanks
Size of the file can be regulated using "Attachment max size" system setting (value is specified in megabytes). As for additional file format verification - here is the link to community article where same question was asked and resolved.
If record fits the condition of case that was created it automatically switches to that case. Make sure that opportunities suits the condition you specified.
Angela Reyes, even if the opportunities have already been opened in the previous case ? I tryed to switch the case with the "Version DCM" lookup but old opportunities stay in the v1 DCM Version even if it is set to v2.
Is there a way to trigger automatic refreshment of list data in mobile. Currently in order for you to refresh, user needs to manually drag down the list.
I did not really get the case where you need to refresh list automatically. Whenever user adds new record - it will be loaded immediately, and if someone else added a record and you refresh the list for everyone - it may disturb someone's work. If for example someone was scrolling down the list to find a record and you refresh the page - it will interrupt him a lot.
Nevertheless, I found logic that triggers refreshing which I believe you can use:
if you open mobile emulator (which you can request from support@creatio.com) you can find it in debugger:
pull-refresh.js
Inside there is a class Terrasoft.PullRefresh. This class is used in list-pull-refresh.js: https://prnt.sc/qp2lfp
Thanks Dmytro. We are changing read permission after user modified a record that is why we need to the the auto refresh. What we wanted, once user will go back from preview page to list page, lists will be refreshed automatically. Any idea how I can do it?
Seems like in your snippet you are setting brackets '[]' in wrong order. Systems tries to add column 'SysUserInRole' to the query which does not exist. I assume that you need to change it for the following: