Skip to main content

Once I change the columns order or the visibility in Aurena, the change is correctly saved but I can not see it in my personal profile. Here is an example, I have changed lines on Customer Order like this:

But in my profile I see only these changes:
 


Does it mean that changes are saved somewhere else? Or they are not visible from any client?

Thank you for your answers

Hi @osojans ,

 

The profile is stored using the projection UserProfileService.svc, the profile is persisted in a table named FNDRR_CLIENT_PROFILE_VALUE.

 

When a navigation is done in Aurena, the profile information is fetched using the call

https://host:port/main/ifsapplications/projection/v1/UserProfileService.svc/GetProfileSection

 

For more information about the Profiles (Configurations), refer below post.

 

Aurena User Profile


The below link is also helpful for your matter.