Lookup field not saving after package dependency changesLookup field not saving after package dependency changes

Lookup field not saving after package dependency changesLookup field not saving after package dependency changes

Hello Community Team,

I hope you are doing well.

I am experiencing an issue with a lookup column (BANCliente) that I set via Script Task using:

 

entity.SetColumnValue("BANClienteId", recordId);
entity.Save(false);

 

This was working correctly before, but after recent changes involving package dependencies and object structure updates, the value is no longer being saved in the database (it remains empty after save).

Could you please advise what might cause this behavior?
Is it possible that the column is no longer properly synced with the database or affected by the package changes?

Thank you in advance for your help.

 

 

Like 0

Like

0 comments
Show all comments