infotable parameter of AddEntityVisibilities service
How to pass infotable here? I need to pass one OrganizationalUnit actually, which is not being added straightly, I need to create an infotable and then add it in this infotable... plz let me know if you have another workaround to add visibility based on the project name to a single Organizational Unit.
var params = {
organizationReferences: undiefined /* INFOTABLE */,
includeDependents: undiefined /* BOOLEAN */,
projectName: undiefined /* PROJECTNAME */,
tags: undiefined TAGS */
};
Resources["EntityServices"].AddEntityVisibilities(params);
Regards,
Abhishek kumar

