Attaching receipt to CI

AK15
Giga Contributor

What is the recommended way of attaching receipt to a CI? 

1 ACCEPTED SOLUTION

Samaksh Wani
Giga Sage
Giga Sage

Hello @AK15 

 

ci.png

 

 

All attachment get stored in "sys_attachment".

You can control the attachment icon using client side API g_form.disableAttachments(); but again this is client side tweak.

But for access restriction you can write ACLs on "sys_attachment" table.

You can attach workflows on the sys_attachment table using proper conditions to narrow down CI attachments.

 

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.

 

Regards,

Samaksh

View solution in original post

3 REPLIES 3

Samaksh Wani
Giga Sage
Giga Sage

Hello @AK15 

 

ci.png

 

 

All attachment get stored in "sys_attachment".

You can control the attachment icon using client side API g_form.disableAttachments(); but again this is client side tweak.

But for access restriction you can write ACLs on "sys_attachment" table.

You can attach workflows on the sys_attachment table using proper conditions to narrow down CI attachments.

 

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.

 

Regards,

Samaksh

pratiksha5
Mega Sage

What you mean by receipt?

 

AK15
Giga Contributor

I meant a computer was delivered to a person so I guess I can use that manage attachment button.