Rename Attachment during Upload in an Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 07:29 AM
Hello,
i need a Solution, i have to collect some Attachments via a ServicePortal Form (7 Attachments).
how can i Rename the Attachamnts during the Upload for Example: test.pdf to Vorname_Nachname_ Ausweis.pdf
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 07:48 AM - edited 10-04-2022 07:49 AM
Before Insert business rule. See below. Just modify condition and script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 04:11 AM
Hello,
Thanks for your help, it works.
how can i use other variables from the form to generate the File Name?
Vorname_Nachname_Upload_Ausweis.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 07:30 AM
no doesn not work, i Think the problem is the BR runs on the Table sys_Attachment and there are the variables not available, so i have to link to the Record Producer to get the variable. But i cant find a soltion, how does that work? a second BR or ?