References don't go away

References don't go away

Comments

  • [font=Roboto, Arial, Helvetica, sans-serif]Hi there, I have a form that has DDL with references to types created from DB Queries. I want to copy this form for an approval form and change the DDLs to Textboxes. The issue that arises is that when I delete the DDLs and replace them with Textboxes the form is still looking to map these types as input mappings? Why dont these references go away when I delete the DDLs? Thanks[/font]

  • Check the properties of your form to see if there are any declared form inputs. If you have declared inputs for your form on its properties panel that match the inputs of the components that were removed, the inputs will not disappear from a show form or add task step until you remove the declared form inputs.

Sign In or Register to comment.