Skip to main content
Solved

How are changes on screen saved in personal profile in Aurena?

  • May 21, 2021
  • 2 replies
  • 453 views

Forum|alt.badge.img+5

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

Best answer by Janitha Jinarajadasa

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

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+14

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


Kushan Jayasinghe
Hero (Employee)
Forum|alt.badge.img+9

The below link is also helpful for your matter.