Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sample working Section Access Code:
// The following format is required for NP connection identity/domain account used in the NPrinting Connection. Recommend using the NPrinting Service User Account as the connection identity when section access is used in QV or QS source documents
//Example below - domain\npsensesvc is NP service account and is used as the NPrinting Connection Identity
// ADMIN, domain\npsensesvc, *
//The dimension 'Year' must be type accurately thus match the 'case' used in the source QS app
section access;
LOAD * inline [
ACCESS, USERID, REDUCTION
ADMIN, domain\npsensesvc, *
USER, domain\user1, 1
USER, domain\user2, 2
];
section application;
star is *;
LOAD * inline [
REDUCTION, Year
1, 2019
2, 2020
3, 2021
4, *
];