cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot Edit any record in Data Manager

Former Member
0 Kudos

Hi Guru's

While trying to Edit/Update any record system is giving me error:

"Press OK and abort the save and return to record detail pane ,and then press Escape to restore the record(s)

" A runtime error occured while evaluating an Validation or calculated field,Version 5.5SP6(5.5.62.33)"

Does any one had this issue??

I dont understand what must have gone wrong..I checked we dont have any calculated field still its gicing this error..

Please let me know..

Regards

Vikrant M Kelkar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vikrant,

Ya I too came across this error a couple of times.

It could be due the following reasons:

The changes that you are making under the record mode are unable to be saved due to

1) Authorizations issues: Check and see that the particualr role is having authorisations to edit/modify the records .

2) Validation: The validation that your are running could be of type ERROR and you are not saving it correctly and so the operations are getting aborted.

3) Workflow: The record you are trying to edit is captured in the workflow so you cant edit it untill you complete the workflow or delete it.

As in your case i think it is due to the Validation error issue.

Try changing the validation type to warning and make the correct changes.

Hope It Helped,

Kindly Reward Points if found useful

Thanks & Regards

Simona Pinto

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The problem comes when there is a validation whose property is made as Automatioc--> Error (Under Validation tab).Then the field on which ur applying validation is having invalid fields.The popup comes when the validation fails and automation is of type error ,it will not let u to edit any records till that error is carrected.

To solve this issue first make the property of validation as Automation-->None.Then try if problem persists ask the basis guys to update the repository and then Try to unmount and then mount back the repo.Also do verify the th repo.This will gv u the errors if any in the repo.

Hope this may help u .

Rgds

Ankit

Former Member
0 Kudos

Hi All,

Thanks for your replies,..

Its a issue with validations..Actually when i imported/Transported changes from one repository to another ,I accepted the validations (from repositorywhose console settings were transported)

I think Although Transport system transports Validations it gives issues like what i had ..

We need to go and actually fix each validation for e.g validation expression had space in closing bracket ..etc..

Cool its soretd out..Just wanted to share in detail what the issue was..

Thanks a lot ..

I have awarded points to everyone

Cheers

Vikrant M Kelkar

Former Member
0 Kudos

Hi Vikrant,

Error shows that your Validations contains Invalid fields (which are not present or might be renamed) and Automatic execution property of those validations are set to Error. Thats why it is not allowing you to edit or create new record. Set the Automatic Execution property of all the validations to none and then try again.

After that examine your validation expressions and identify the invalid fields.

Regards,

Jitesh Talreja

Former Member
0 Kudos

Ask your MDM Admin to Update and Verify the Repository. Check if any issues.