You are viewing limited content. For full access, please sign in.

Question

Question

Expiration Time for Form

asked on December 1, 2017

Is there a way to put an expiration time on a published form to make it automatically unpublish?

0 0

Replies

replied on December 1, 2017

Not currently, but we have this feature in our backlog. 

0 0
replied on December 1, 2017

Please see this post.

0 0
replied on December 4, 2017 Show version history
update "YOUR DATABASE".[dbo].[cf_business_processes]
set [is_activated] = '1'
where [name] = 'YOUR FORM NAME'

^^ Activates the form

set [is_activated] = '0' <--deactivates form

We are handling this through Workflow changing the cf_business_processes table in SQL based on date and form name.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.