+ Add post
Hi community,
I added some records in [Connected to] Details. But when I check on the diagram, nothing changed.
Is there any way to update the diagram automatically after adding a record in [Connected to] details?
Thank you!
Like
Hi Bao, In order to help you with this question we need more details on how exactly records were added and where you want them to ge...MoreLess
Hi Roman,
I already contacted the support team
Thank you for your assistance!
Hi, how can we set up the choice between a desktop or homepage as default logon, as well as workspace (currently switching to all apps..)
Hello,
To set up a choice between the desktop or homepage as the default login in Creatio, follow these steps:
Open the Syste...MoreLess
Nope, Does not work since the introduction of desktops in the new shell, when someone logons on to Creatio, he's brought on the desktop vs...MoreLess
Hello Damien,
The issue has already been resolved in version 8.0.7.
After logging in, you will be directed to the same workplace that was...MoreLess
Bogdan,
Thanks for the saving on the last active workplace :) , was this mentioned in the 8.0.7 release notes ? "However, the page displayed...MoreLess
Hi Damien ,
Did you got any solution to open custom homepages instead of opening desktop while logging in? Thanks. Manideep.
Nothing yet unfortunately, really something to change, everyone is asking...
Hi Damien, I tried updating homepage in user settings, I think it's working now.When user logins in instance it will open dashboards section...MoreLess
Hello Community,
is there a way to get the value of Active workplace?
Hello Community ,
Did you get any solution for this issue?
Thanks
I am currently researching the Relationship which function shows as [Connect to] in Account or Contact in Classic UI
But I want to ask if there is any way to set up permission for that function.
For example, I want only the admin could allow to add or edit the relationship. Others can only read the relationship
Hello!
To set up object permissions in that way you need to go to System settings - Object permission - Relationship connection. There you...MoreLess
Hi Community,
My instance was developed on Customer Package
I want to create another package. Let's call it A package. To continue our development.
But after I set up the dependencies for A Package, I was unable to config Object from Custom Package
Should I move all elements from Custom Package to my A Package?
Or what else should I do?
If you are developing in order to later transfer these changes to a production website (or any other website), it is essential to transfer...MoreLess
Kalymbet Anastasia,
I understood
I just have a further question.
If, I move all the elements from the Custom Package to my A package on the...MoreLess
Bao Phan,
If they are the same elements with the same UId and name, then yes, there may be a conflict during installation.
So if I create another package (B package) and move all elements from Custom Package to the B package on Production Sit...MoreLess
How to hide the "Copy" and "Delete" button in the list?
Thank you
This link will help you
Making a Section Read-Only by Removing Add, Copy, and Delete Actions in Creatio | Customer FX
The "Customer FX" is resourceful...
Thanks, Rob.
Hi everybody. We'd applied a code from here https://academy.creatio.com/docs/developer/back_end_development/api_for… (Get file content part). The code is the following:
byte[] data; Guid recordId = entities[0].GetTypedColumnValue<Guid>("Id"); var fileLocator = new EntityFileLocator("KnowledgeBaseFile"...
MoreLess
Hello, You using ReadAllBytes(), however, even the article you provided used another method ReadToEnd(). Please change the method...MoreLess
I have a list of warehouses that contains the "Primary" field. It's only one of them that can be a primary warehouse.
When a user creates an order, I want the "Warehouse" field can be set automatically to the primary warehouse.
How to do this?
Thank you.
I has solved this problem by adding parameter "this" into the "result.collection.each()".
It will be shown as "result.collection.each(function()...MoreLess
You can Use Business Rule for auto populating Some fields. https:/academy.creatio.com/docs/user/customization_tools/ui_and_business_logic_customization/business_logic/setup/set_up_a_new_business_rule
Hi smit suthar,
I have tried to use the "Set field value" action, but it's too simple.
I want to set the value of "Warehouse" with a primary...MoreLess
Hello David Chandra,
Based on the shared information I can assume that your business task can be fully covered with a help of busines...MoreLess
Hello Anastasiia,
If we use the Business Rule means, we have to save the order and then use "added data trigger" to set the warehouse value...MoreLess
I managed to create a function in the page source code as below:
/* Overload the base Terrasoft.BasePageV2.onEntityInitialized...
We are intending to create a list with editable textboxes like "Price", "Quantity", and "Unit of measure" columns below:
Is there any one who know how to do this?
Thank you,
I believe when products will be switched to Freedom UI, probably Creatio 8.1, the lists will be editable :)
Hi Damien,
Thank you for your answer. :)
Just now I found a way to do that, accidentally.
I have customized a Creatio, that the Accounts contain suppliers and customers, which only can be seen by a different team of users.
However, I want only the sales team can see the customers and only the purchasing team can see the suppliers.
How should I configure the system?
Hello David, You should create 2 organizational roles and configure object permissions for them.
The multiselect text add on by Ryan Farley is such an elegant solution! It works well in all cases, but I have a case where I need to add this functionality to an editable list.
Is this possible?
Not sure if it's possible, but I've never tried it. I would start with looking in ConfigurationGrid to see if there is a method there to override?
Ryan
Ryan Farley,
I have tried something with ConfigurationGrid. But I am not able to make it work. Do you know any way to make it possible.