Changes

Form - Data Import

1,916 bytes added, 09:11, 16 September 2015
no edit summary
** Replace all columns. If the file does not contain all the columns, should the fields in the form be blanked. This can be useful for when a validation file is overloaded to confirm that a master external data source is confirming it has the data it needs.
* Add Contact History. This can add an extra CCL to the records to show they were updated / interacted with
 
 
 
While performing the Smart Update function of bxp, it is now possible for a user to enable the bxp WasIs engine, this allows for a log to be kept of all the changes that came about from the Smart Update. This log is created only if there is a difference between the original value (value Pre Update) and the new value (value post update) of a question. This log can be stored in either the CCL of a record or stored in a separate question in the CDA of the record. If you want the log to be stored in a CCL you must set the option "Add Contact History" to be "Add Contact".
 
 
When the log is being save it will take the following default format: Field_Question_Name Was [value_Pre_Update] Is [Value_Post_Update]. You are also able to enter is a custom format for this log by simply typing in plain text the wording for the log into the options box "WasIs Engine Custom Layout". in order to get the field name that was updated, the pre update value and the post update value you will need to add the following into your custom layout
 
 
* [[--X--]] - This will be replaced by the ''Pre Update Value''
* [[--Y--]] - This will be replaced by the ''Post Update Value''
* [[--Z--]] - This will be replaced by the ''Field Question Name''
 
 
Example Custom WasIs Layout - The field [[--Z--]] before the smart update contained the value [[--X--]] and after the smart update contained [[--Y--]]
 
Example Custom WasIs Layout Output - The field ''Customer Name'' before the smart update contained the value ''Patrick'' and after the smart update contained ''Paddy''
 
 
'''WasIs Engine Settings'''
 
 
* Enable WasIs Engine Tracking - This setting let's the function know if it should perform the WasIs engine tracking
* WasIs Engine Custom Layout - This allows you to enter in a custom log entry for the WasIs engine
* WasIs Engine field to store results - This allows you to select what field in the form to store the WasIs Log