Question

How to modify base line screen

  • 12 October 2021
  • 3 replies
  • 84 views

Userlevel 3
Badge +4

We have a requirement to add access group in roster screen which is a baseline screen .

Please suggest how to add the same.


3 replies

Userlevel 6
Badge +20

@TatSrikaD

You may try adding a new user_def field to roster screen using UI designer and define that field as access group field. Then you can define metadata to fetch values to that use_def field  from access group global code table. Below is one example for metadata defined on place table, access_group column. You may try  define the same in roster table for newly added user_def field.

 

Userlevel 3
Badge +6

For adding new fields in a baseline screen you should have authorization to access UI designer in the tool .

Basically you should have FSM License type “Studio” . Studio user can do changes in the screen through UI designer.

In main Menu search for UI designer on the lleft hand side you have all the table find roaster table and then click on the roaster table.

When you open the table above  there is a option of Add Screen Fields. click on that and find access group field in that list and drag that field where you want to place it.

 

Userlevel 6
Badge +17

Also as you aware, Team screen has the Access_Group field so you can use the same in Roster screen as well.

Simply drag and drop Access_Group field in UI designer via “add screen field function” selecting from Team Screen. It does work well.

 

Hope this would help.

/Kasun

Reply