Retrieve by association returns empty, but the association is not empty (seen in debugger)

0
I have this really strange behaviour right now where if i retrieve by association from an entity i get empty as response whereas in the debugger i see the assocation as being set.     Reference is set for ArticleCalculation_CalculationEvent   After retrieving the object is empty     Best regards,   Niklas
asked
3 answers
1

Hi, 

 

I would say step back and work through the steps that you know must happen. Make sure both objects exist, then set the association between them and make sure that you commit both objects. 

 

Once you have confirmed this and there is still n problem start with checking your security on the entities, do you have write access to the association and other stuff. If this is confirmed, check the retrieve you use to display the data. And if that does not work let someone review the work. 

answered
0

 

Hey Ronald.

Could you elaborate how the reference is not set in the first screenshot? The association is also an one to many.

 

BR

 

 

 

image.png

answered
0

I've had this same issue on some occasions, and it always turned out to be access rights.

 

Maybe check that the user and/or module role that is allowed for the microflow has the appropriate access rights to the entity, association and attributes it is trying to get/read/update.

answered