Post Form Data
Request Format Each form object has the following format:
Request Format Each form object has the following format:
Metadata 189 This is a sample meta data returned for a FevDescription field. “labels” – common to all fields. It gives the label in various langugages. “field_data_entry_allowed” : false, – true if data entry is permitted – some fields are programatically updated and don’t want data entry “description_upper_case” : false, – true if the field … Read more
Metadata 80 Metadata 86
Each field has a type which is in the metadata and which dictates the structure of the metadata and the structure of actual form data. The types in the metadata are the class names of the particular fields.
Request Format This is an example of getting form data. The formcode is specified by the name of the form code on that form. This can be taken from the metadata. A reply looks like the following. Notice that now no metadata is put in the reply.To identify the type of the field it is … Read more
Request Format You can see from the example that it is possible to request the metadata of an arbitrary number of forms. The form name is given as an object so that it is possible to add parameters to the request for metadata in the future. This may or may not turn out to be … Read more
Use the Stapled File field when you want to attach an external file to a data form. For example, on a Vendor Invoice form you might want to attach a PDF copy of the vendor invoice to the data form. Or attached an image of employees on their Employee data form. Files are attached by … Read more
In Formever references between master forms are a foundational aspect of Formever. Use the Form Reference field to specify a relationship with another master form. For example, the Sales Order form will have a form reference to the Customer form. Form references can be made to entity master forms or transaction master forms. During data … Read more