Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, June 28, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Contract Role - Attachment
Ramkumar Veluchamy
Posts: 8
 
Contract Role - AttachmentYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 11 Sep 11 3:17 AM
fiogf49gjkf0d

Hi,


I want only Contract role users to view the attachment uploaded by them or other Contract users. Users other than Contract role should not view the attachment uploaded by Contract role users.


Please advise if you know any method to implement this. I tried implementing the following method, manually setting the ContractID in Attachment table while saving the attachment.


The below code checks if ContractId is available and the users has access. But the problem i faced in implementing this method is that i'm not able to save the ContractId in attachment table.


if (_roleSecurityService != null)
{
   isContract = _roleSecurityService.HasAccess("Contract");
}


for (int i = 0; i < list.Count; i++)
{
   if ((!isContract ) && (!string.IsNullOrEmpty(list.ContractId)))
   {
       list.Remove(list);
   }
}


Please advice. Thanks in advance for your help.


Regards,
Ram.

[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/28/2025 2:01:28 PM