Editable fields in the form editor
I have a form editor within a Wizard and all the fields are editable. I have to click on edit sign next to the field for the text box to show up. I want the text box to show automatically instead of the user having to click on the edit sign.
Another question is that one of the fields has a default value of 1001 and is showing as 1,001. How can I remove the comma in the default and entered value?
Another question is that one of the fields has a default value of 1001 and is showing as 1,001. How can I remove the comma in the default and entered value?
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
As to the second, it might get more complicated. My assumption is that your field is defined in Salesforce as a Number datatype. What you can do in the skuid model is select the "Override field metadata" checkbox for the field properties and set the Return Type to Text. This will affect every place you use the field, from that model, in that page. For now, let's hope that is satisfactory.
You will get more options on the right after you click the checkbox.
I want it as 1001 and don't need to display the .0
Depending on the nature of the field, if you can't change its definition, you may be able to create a Formula field on the SF side, or look into UI-Only fields on the Skuid side.