Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
A customer has sales data across different teams. Each sales team should only be able to view its own data.
Which technique should a developer use to meet this need?
>in Section Access, link the NTNAME to the SalesTeam field with initial data selection
>in Section Access, create a single USERID for each team and link USERID to the SalesTeam field with initial data selection
>in Section Access, create a single USERNAME for each team and link USERNAME to the SalesTeam field with initial data reduction
>in Section Access, link the NTNAME to the SalesTeam field with initial data reduction
use the NTNAME defined within Section Access in the OnPostReload trigger to select the SalesTeam and lock the selection
>in Section Access, link the NTNAME to the SalesTeam field with initial data selection
why that option. Why not the others ?
option 3
please mention the reason for the option as well. thanks.
Hello,
The corret is "in Section Access, link the NTNAME to the SalesTeam field with initial data selection".
The option B is partial wrong, the techinique is correct, but you need to do a data reduction with section access, not a data selection
The option C is wrong because doesn't exist option USERNAME.
The option D is wrong because the trigger OnPostReload is used to make some action after the reload the application.