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"...
The issue is that every change made to the text results in it firing the function again, plus, the changed value won't be read by the function...MoreLess
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:
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
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.