versago:form_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
versago:form_configuration [2020/05/01 10:31]
runger [System Information as Defaults]
versago:form_configuration [2020/07/27 11:03] (current)
dlee [User Information]
Line 373: Line 373:
 ==== User Information ==== ==== User Information ====
  
-"UserProfile" values are related to the current user. “Id” and “UserName” are typically captured to identify which user created the record.+"UserProfile" values are related to the current user's Versago profile. “Id” and “UserName” are typically captured to identify which user created the record.
  
   * {UserProfile**.**$Id} – returns the internal user ID code (integer)   * {UserProfile**.**$Id} – returns the internal user ID code (integer)
Line 379: Line 379:
   * {UserProfile**.**$FirstName} – returns the user’s first name   * {UserProfile**.**$FirstName} – returns the user’s first name
   * {UserProfile**.**$LastName} – returns the user’s last name   * {UserProfile**.**$LastName} – returns the user’s last name
 +  * {UserProfile**.**$CopmpanyName} – returns the user’s Company name
  
 ==== Date Information ==== ==== Date Information ====
Line 402: Line 403:
 **Bizweaver** is a companion product to Versago that is used for data management and integration.  The processes that execute the work to be done are called **workflows**.  A Bizweaver workflow can be initiated using a Versago form button action. This process uses a web service (API) provided by Bizweaver. The button can either be a standard form button (Save & Close, Save & New, Save, Delete) or a custom button. **Bizweaver** is a companion product to Versago that is used for data management and integration.  The processes that execute the work to be done are called **workflows**.  A Bizweaver workflow can be initiated using a Versago form button action. This process uses a web service (API) provided by Bizweaver. The button can either be a standard form button (Save & Close, Save & New, Save, Delete) or a custom button.
  
-There are two methods available to initiate a Bizweaver workflow**POST** and **GET**.+Bizweaver workflow is initiated using a **POST** transaction. Information on using this method is found **//[[Invoke Bizweaver Using POST|here]]//**.
  
-The **POST** method is introduced in v2.3.  It provides authentication for the request and is the preferred method.  Information on using this method is found **//[[Invoke Bizweaver Using POST|here]]//**. +<WRAP center round important 80%> 
- +Any forms that were created using the v1 Form Builder tool will need to be rebuilt using the v2 Form Builder tool in order to use the POST functionality.  v1 forms only allow use of the GET transaction, which is no longer supported.
-The **GET** method was introduced in v2.2.  It provides similar functionality to the POST method, but does not provide authentication. +
- +
-<WRAP center round important 60%> +
-Any forms using the GET method will continue to function, but changing to the POST method is strongly recommended.+
 </WRAP> </WRAP>
  
-Information on using this method is found **//[[Invoke Bizweaver Using GET|here]]//**. 
  
 ====== Read-Only Forms ====== ====== Read-Only Forms ======
versago/form_configuration.1588343484.txt.gz · Last modified: 2020/05/01 10:31 by runger