You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a Lookup Relationship between Asset and Contact. After I deployed the dlrs_AssetTrigger, I can no longer create new Asset record. I've been getting below error whenever I'm creating a new record:
Error: Invalid Data.
Review all error messages below to correct your data.
Apex trigger dlrs_AssetTrigger caused an unexpected exception, contact your administrator: dlrs_AssetTrigger: execution of AfterInsert caused by: dlrs.RollupServiceException: Lookup Rollup Summary 'Asset Rollup' is invalid, your org configuration may have changed.: Class.dlrs.RollupService.createLSFWrapper: line 1150, column 1
However, this doesn't prevent me from editing existing Asset record, and if I remove the dlrs_AssetTrigger, I can create Asset record again.
I've turned on debug, and can't find anything particularly useful.
Thanks.
George
The text was updated successfully, but these errors were encountered:
Ah i see what you might have ment. I think you deleted the shadow rollup record without the metadata record. Actually the mistake was not deleting the metadata record, if you do this first in future things should be fine.
Hi,
I've created a Lookup Relationship between Asset and Contact. After I deployed the dlrs_AssetTrigger, I can no longer create new Asset record. I've been getting below error whenever I'm creating a new record:
Error: Invalid Data.
Review all error messages below to correct your data.
Apex trigger dlrs_AssetTrigger caused an unexpected exception, contact your administrator: dlrs_AssetTrigger: execution of AfterInsert caused by: dlrs.RollupServiceException: Lookup Rollup Summary 'Asset Rollup' is invalid, your org configuration may have changed.: Class.dlrs.RollupService.createLSFWrapper: line 1150, column 1
However, this doesn't prevent me from editing existing Asset record, and if I remove the dlrs_AssetTrigger, I can create Asset record again.
I've turned on debug, and can't find anything particularly useful.
Thanks.
George
The text was updated successfully, but these errors were encountered: