FR - Migrate Attributes between RegUser and Sess Variables

On this forum you can see a list of new features requested by users and you can also cast your own vote (you need to login to vote).
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

FR - Migrate Attributes between RegUser and Sess Variables

Post by PointsWell »

To make use of the Session Variables BO in an established BSV requires the creation of the attribute in the new Session Variables BO and then updating of every occurrence.

It would be helpful if you could select an Attribute and migrate it from RegularUser to SessionVariables or vice versa.

Such a migration should:

Check target BO for existence of required Attribute and check its settings (ie is a number or text etc)
If not existing then create Attribute
Find and replace LoggedInRegularUser.AttibuteName with SessionVariable.AttributeName to update all queries and process references.

Should be bi-directional

Why?
If you have a BSV with encrypted attributes you cannot export find replace and then import XML.
Post Reply