WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

In reply to: Jack

hi,
yes, metadata remains but what takes up the most space, the column [WFAttachmentFiles].[ATF_Value] is empty after that operation.

Thanks, but for example if
1. I remove attachment using option Remove attachment and leave attachment’s history, in [BPS_Content_Att].[dbo].[WFAttachmentFiles] ATF_Value is not 0x.
And then 2. If i create my process using option Remove attachment and all binary data, the BPS_Content_Att].[dbo].[WFAttachmentFiles] ATF_Value is still not deleted.

How can i delete BPS_Content_Att].[dbo].[WFAttachmentFiles] ATF_Value, if previously on same instance i have removed attachments BUT using option 1 Remove attachment and leave attachment’s history ?

It says No attachments found.

Hello,

I would like to create a process that deletes all attachments from my current app.
I selected option: Remove attachment and all binary data

But when i look into DB: [WFDataAttachmets] i see the records for my given instance
Also when i look into [BPS_Content_Att].[dbo].[WFAttachmentFiles] also i see records for my given instance

Is there a possibility to delete, to free up space or something? Which is the best option to delete everything regarding attachments?

Thank you!

Hello,

I want to clear some form fields after path transition that leads to the same step.
I tried using action template to change values of multiple fields by inserting null values, howewer I get an exception when it gets to the datetime fields:

System.ArgumentNullException: Value cannot be null.

Which value should I insert to set date form field to empty, or is there another way to do it?