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
We have a customization to get the Contact information from the Operation Units using the "request.RequestContext.GetOrgUnit().OrgUnitAddress". We noticed that sometimes in PROD, the response from "request.RequestContext.GetOrgUnit().OrgUnitAddress" returns null value for phone, Email, URL field even if the data is present in the Operating unit fields and no change is made to the fields. If we try to reproduce the issue, we are not able to reproduce it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
We have a customization to get the Contact information from the Operation Units using the "request.RequestContext.GetOrgUnit().OrgUnitAddress". We noticed that sometimes in PROD, the response from "request.RequestContext.GetOrgUnit().OrgUnitAddress" returns null value for phone, Email, URL field even if the data is present in the Operating unit fields and no change is made to the fields. If we try to reproduce the issue, we are not able to reproduce it.
Sample Code Provided below:
JsonConvert.SerializeObject(request.RequestContext.GetOrgUnit().OrgUnitAddress);
Kindly let us know if there is any solution for this issue.
Beta Was this translation helpful? Give feedback.
All reactions