- ATTACHMENT
- IMAGE
- SIGNATURE
- CPF
- TIME
- URL
- HTML
- CEP
- CPFCNPJ
- CNPJ
- DATE
- DATETIME
- NUMBER
- PHONE
- TEXT
- TEXTAREA
- CURRENCY
- PERCENTAGE
- SELECT - select a single element in a list of options - select input style
- CHECKBOX - select multitple elements in a list of options
- RADIO - select a single element in a list of options - radio style
- TOGGLE - select a single ement in a toggle input style - boolean
- LOCATION: Gets the user location with the browser’s permission
- ENTITY_RELATION: defines a connection with another database. variable
entityRelationId(the id of the other entity) andentityRelationParameterId(the parameter of the other entity) are required. - USER: select a user from the org
- COMPUTED_NUMBER: when you configura a sheet integration. The computed number is the result of an excel formula wiht numbers
- COMPUTED_TEXT: when you configura a sheet integration. The computed number is the result of an excel formula with text
- PDF_RENDERER: Upload a PDF attachment and see it rendered on the view pages
- Entity A holds client information, entity B holds the contracts for that client. Many contracts for the same client
- Entity A holds company information, entity B holds the addresses for that company around the world. Many addresses (or none) for the same company
- entityRelationId: the id of entity B - is the variable that will make the connection possible
- entityRelationParameterId - the id of the parameter of entity B. is the variable that will define which parameter will the user see from entity B when checking data from entity A
entityRelationAuxParamIds on entity A is a list of parameter ids from entity B, and it will show up when choosing a line to connect from entity B on entity A