Wiki

Scale Your Enterprise

User Tools

Site Tools


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/07/23 11:48]
runger [Initiating a Bizweaver Workflow From a Versago Form]
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 404: Line 405:
 A Bizweaver workflow is initiated using a **POST** transaction. Information on using this method is found **//[[Invoke Bizweaver Using POST|here]]//**. A Bizweaver workflow is initiated using a **POST** transaction. Information on using this method is found **//[[Invoke Bizweaver Using POST|here]]//**.
  
-<WRAP center round important 60%>+<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. 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.
 </WRAP> </WRAP>
  
-Information on using this method is found **//[[Invoke Bizweaver Using GET|here]]//**. 
  
 ====== Read-Only Forms ====== ====== Read-Only Forms ======
versago/form_configuration.1595519306.txt.gz · Last modified: 2020/07/23 11:48 by runger