If a NSC developes a module/granule for its customer, using their development licence, what is the status of such module/granule vis a vis customer’s licence? Is it mandatory for the customer to purchase design objects(report designer, form designer and table designer) or will buying application objects suffice?
Your client only needs to purchase the required objects. Best solution is to set up a test using security. Create a ROLE and assign permission to all the objects that are in the clients license. (This can be done with 2 minutes programming with a Batch). Then assign to that role all the objects you think you need, then start testing. If you have missed an object you will get an error message. good luck
quote:
Originally posted by David Singleton
Your client only needs to purchase the required objects. Best solution is to set up a test using security. Create a ROLE and assign permission to all the objects that are in the clients license. (This can be done with 2 minutes programming with a Batch). Then assign to that role all the objects you think you need, then start testing. If you have missed an object you will get an error message. good luck Thanx ! Seems very logical. Shall try it…