Post

2 followers Follow
0
Avatar

Audit Trail Question

Why am I getting this error:
"An Error occurred whilte executing action '1- Update Field' in a configuration named 'Log work item activity': Invalid input found: BCS. Generic Logic.ObjectModel.PickupObject.

Here's the associated code I have...
If True = not isnew () && ( (IsChanged($PercentCompleted)) && (IsManuallySet($PercentCompleted)) || (ischanged ($state)) || (IsChanged($startdate)) || (IsChanged ($dueDate)) || (IsChanged ($RevenueBalance)) || (IsChanged ($PlannedRevenue)) || (IsChanged ($State)) || (IsChanged ($ActualRevenue)))

Set Action... Update Field
If(GetPreviousValue($State) <> $State ,
" State: " + ToString(GetPreviousValue($State)) + "->" + ToString($State)+ ".","")

Mlemay Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi,

I am not sure if you tried to customize the app from our apps marketplace. Since the error is not self explanatory, I would suggest opening a support request. In the meanwhile, you can open If so try to install it again and make the changes gradually. Another option is to use the Activity Stream App that can be found here: http://www.clarizen.com/appsmarketplace/item/activity-stream.html

Since the use case is an Audit Trail, in one of the last HotFixes, we release a new Data Object, that object main purpose is to create audit applications. I believe that in the next few weeks our product team will release an application that is based on this object.

Regards,
Tamir

Tamir Avital 0 votes
Comment actions Permalink