Hi, mentors, 

      I'd like to have the function to auto save for specific field when lookup change,  instead of clicking the Save button. 

I think it might need the handler function is js, if existed, please kindly share. 

Jeffrey. 

Like 0

Like

3 comments
Best reply

You'll need to add a change request handler to know when the lookup value has changed. See https://customerfx.com/article/responding-to-an-event-when-a-field-is-changed-on-a-creatio-freedom-ui-page/

Then...MoreLess

Show all comments (2)

Dears

Again in Creatio 8.1.4 we found not available the selection of a contact to create a new Creatio User.

To enable this you need to enable the SysAdminUnitFeatures.ShowContactInAdminUnit Feature.

But when did it, and try to save get an error "Name field must be filled in".

Had somebody try this?, is some workorund? or another way to enable select a contact to cerate a New User in STUDIO Creatio instance (JUST Studio)

Thanks

Julio Falcón

Like 2

Like

2 comments

Hello,

1) When adding this feature, you should specify "For all employees".
2) Save for current user. 
3) Enable the feature in general.
 
Then the error shouldn't occur.

Show all comments (1)

Dears

Somebody knows how to enable use Ststic Filders in Freedopm UI Sections to new sections?

I have enabled the IsAllowUseStaticFolders Feature, also added my object to "Schemas for enable static folder in folder tree"  lookup and still have not enabled in my section to add static folders. What's wrong/missing?

Thanks in advance,

Best regards

Julio Falcón

Like 2

Like

4 comments

Hello,

Here are a few things that might be missing:

  • - Don’t forget to add mass actions (“Add records to static folder”/”Remove records from...MoreLess
Show all comments (3)

Hello,

For limited internal licenses, the user is only supposed to have access to one section.  How do you set this access up?  

Like 1

Like

4 comments
Best reply

Hello,

You need to create a new user workplace with the type "Limited internal."  

Then, add the desired section to this workplace. ...MoreLess

Show all comments (3)

Hello!

I'm trying to make an integration with a digital signature call "Firmamex" and I trying to use the code that they provide in their SDK in a business process but i have error messages that dont let me publish the script task. 

This are the errors 

 

And this is the source code of...MoreLess

Like 0

Like

2 comments

Hello Laura,
Thank you for your question.

I have some updates regarding you issue. 

First of all, indeed the generated code contains errors...MoreLess

Show all comments (1)

Hey, everyone! 

I've got 2 teams working together on the same portal and each of them must see a different page for "Contacts". 
I'm courrently using the Freedom UI to create everything and, on papper, it seems to be working fine, but not on practice..

I've got a "contact" replacing object...MoreLess

Like 2

Like

4 comments

We have a similar question, for working on two different case pages and sections based on the same object. Needed some development in Classic...MoreLess

Show all comments (3)

I'm seeing system settings for the new password reset feature but no detailed documentation on setting this up.  Can someone confirm this feature is ready in 8.3 and the step by step for displaying it on the login screen?

Like 0

Like

0 comments
Show all comments

Dears

Is it possible to edit the Components? I need to present contact name fields in this order:

  1. First Name
  2. Middle Name
  3. Last Name

Actually the order is other

Thanks in advance

Best regards

Julio

Like 2

Like

3 comments
Best reply

Hello,

Unfortunately, for now, it is not possible to edit and add additional fields in the short contact and account profile using the basic...MoreLess

Show all comments (2)

Hello All, 

I have created code to load Custom Page. How i can add the await in Creatio Client Module function to read Object Data

Code Sample : 

define("UsrCustomFunction", [], async functio(){
                ...MoreLess

Like 1

Like

1 comments

Hello Ajay,

Thank you for your question.

I suggest you to change your approach. You can override a default crt.HandleViewModelInitRequest  ...MoreLess

Show all comments

Hi.

I have a business process with a file collection input parameter:

I am trying to run this process and pass the file collection to it inside a client module of a page, like so:

const selectedRowsfirstGrid = request.$context.DataGrid_264vdyg_SelectedRows.__zone_symbol__value;
const selectedRowsSecondGrid...MoreLess

Like 1

Like

2 comments
Best reply

Hello Laurentiu,
Thanks for your question!

As far as i am aware of passing the file from the client side is not supported in Creatio.

However,...MoreLess

Show all comments (1)