Views:

Overview

An old bug has been fixed in version v1.0.0.573 where the function UpdateRecord() now returns the Guid of the record it updated and not 'NoOp'.

This may have an impact on older implementations that are upgrading to version v1.0.0.573 or higher where an error message may appear under the scenarios listed below.
 

Review 1 - Formulas of Type - Process Genie

How to Find

  • Formula Type = Process Genie
  • Display Format = Anything other than String
  • Last step in your formula logic is a UpdateRecord() function call

Resolution

  • Open the formula
  • Change the Display Format picklist (under the Register Tab) to 'String'
  • Click Save 



Review 2 - Formulas of Type - Save To Current Record

How to Find

  • Formula Type = Save To Current Record
  • Mode = Server Side
  • Last step in your formula logic is a UpdateRecord() function call

Resolution 1

  • Open the formula
  • Change the formula type over to Save Perform Action
  • Reset the Source & Target Property fields back to original values
  • Click Save 


Resolution 2

  • Open the formula
  • Change the formula description so that the last step is a 'NoOp'
  • Click Save