Forums
Formula UDF does not update on data change
5 days ago by Kevin Burgess
With have a formula UDF on Opportunities with the formula "[Company/Individual]".
We are also using the API to change the parent AbEntry on an Opportunity.
When we do this the formula field does not update to show the new company name. Even if we further edit the Opportunity in Maximizer the field does not update.
This would appear to be an issue.
The API call we are using is
{
"Opportunity": {
"Data": {
"Key": "T3Bwb3J0dW5pdHkJMjQwMTA4MjUxNDM2MjgzNzcwMDAxTwkw", // Mandatory
"AbEntryKey": "QWJFbnRyeQkyMjA1MDUyNTE1MzY1OTg0NTAwMDVDCTA="
}
},
"Configuration": {
"Drivers": {
// Changing AbEntryKey of an Opportunity is supported by SQL Driver only
"IOpportunityAccess": "Maximizer.Model.Access.Sql.OpportunityAccess"
}
}
}