The CreatorCon Call for Content is officially open! Get started here.

how to add paperclip(attachment icon) to a form..??

palvindersingh
Tera Contributor

Hi,

Need to know that how we can add paperclip(attachment icon) to a form..??

 

Thanks

Palvinder

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Hi Palvinder,

 

Kindly check if they have ITIL role or any project related role. Possibly that would be missing & hence is the cause.

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

View solution in original post

4 REPLIES 4

palvindersingh
Tera Contributor

I need attachment icon on project table where users with xxx_role can add and manage the attachment.

Currently, only users with administrator role can add and manage attachment on project table.

 

Please assist.

 

Palvinder 

Hi Palvinder,

 

It seems that some ACL on sys_attachment table for create operation are not allowing mentioned user to create record in attachment table. And there is no client script using g_form.disableAttachments() for role other than admin.

 

Hope this helps.

 

Regards

Ujjawal

Jaspal Singh
Mega Patron
Mega Patron

Hi Palvinder,

 

Kindly check if they have ITIL role or any project related role. Possibly that would be missing & hence is the cause.

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

thanks for the solution sir..!!