Hello community:



I'm defining a rule inside the section code schema to remove spaces from a field value when the user tries completes the field "UsrTexto1". It is defined as follows:

methods: {
    cambioTexto1: function() {
        var vueltas = this.get("Vueltas");
        this.set("Vueltas"...

MoreLess

Like 0

Like

5 comments

Hello,

Can you please clarify how exactly the cambioTexto1 method is called?

Thank you!

Show all comments (4)

Hello,

I am working on adding new fields in the cases section on mobile application to be visible for a portal user when submitting a case. I have added the fields in page setup via mobile application wizard as shown bellow:

but I still can't see those fields on mobile as a portal user:

Is there a way to accomplish this?

Thanks,

Like 0

Like

1 comments

Hello Mariam,

you can try to clear the cache and synchronize the Mobile app once again after you have created the Case page.

Also, you ca...MoreLess

Show all comments

in a custom SectionGridRowViewModel I need to access oa lookup column:

     just like as in

var isPlanned = this.get("FinEntryStatus").displayValue;

     I need to access the "FinType" field, such as in

var isPlanned = this.get("FinEntryStatus").FinType;

I tried to use  "lookupListConfig", but had no success.

...

          attributes: {

                    "FinEntryStatus": {

                        lookupListConfig: {

                            columns: ["FinType"]

                        }

                    }

          },

...

Please help.

Regards,

Like 0

Like

3 comments

Hi Ricardo, 

You need to use ActiveRow in order to get the value from the registry page.

Please try to use this code :

this.getActiveRow()...MoreLess

Show all comments (2)

I have created 3 new sections using section wizard and changed name of the UsrName field in all of them because I wanted different names.

But now whenever I publish any new object or compile items, I get this error. Is there any way to sort it out.

I am using demo environment.

Thank you

Like 0

Like

6 comments

Creatio does not like it when the UsrName is changed. You will need to change it back. You can change the title, but you cannot change the Name...MoreLess

Show all comments (5)

Section Wizard is a dynamic way to build a system in Creatio to match your needs. Join us during this online user group discussion to learn how to use Section Wizard to create fields and configure layouts for your preferences.

Register Here

Like 0

Like

Share

1 comments

3 AM my country time, so I will wait to webinar's record

Show all comments

Hi Community,

How we can set up the section fields per role or per user on back end.

Like 0

Like

1 comments

Dear Fulgen,

The table that stores all the data about each user section/detail columns sectings, etc is SysProfileData table. You would nee...MoreLess

Show all comments