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 0

Like

2 comments

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

Show all comments (1)

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..)

Like 0

Like

9 comments

Hello, 

 

To set up a choice between the desktop or homepage as the default login in Creatio, follow these steps:



Open the Syste...MoreLess

Show all comments (8)

Hi community,

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

Thank you!

Like 0

Like

1 comments
Best reply

Hello!

To set up object permissions in that way you need to go to System settings - Object permission - Relationship connection. There you...MoreLess

Hello!

To set up object permissions in that way you need to go to System settings - Object permission - Relationship connection. There you...MoreLess

Show all comments

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?

Like 0

Like

4 comments

Hello,

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

Show all comments (3)

Hi community,

How to hide the "Copy" and "Delete" button in the list?

Thank you

Like 0

Like

2 comments

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

Like 0

Like

1 comments

Hello,

You using ReadAllBytes(), however, even the article you provided used another method ReadToEnd().

Please change the method...MoreLess

Show all comments

Hi community,

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.

Like 1

Like

6 comments
Best reply

I has solved this problem by adding parameter "this" into the "result.collection.each()".

It will be shown as "result.collection.each(function()...MoreLess

Show all comments (5)

Hi Community,

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,

Like 0

Like

2 comments

I believe when products will be switched to Freedom UI, probably Creatio 8.1, the lists will be editable :)

Show all comments (1)

Hi community,

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?

Thank you.

Like 1

Like

1 comments

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?

Like 0

Like

2 comments

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

Show all comments (1)