Workflow Short – Adjust Default Debugger Browser
I haven’t personally been a fan of Internet Explorer for a long, long time. Because of this, when the Workflow debugger insisted on opening forms in IE, I had to insist in return that it do otherwise....
View ArticleHandling SQL Data – Leveraging SQL Stored Procedures in Workflow
For every project I develop, there’s a high probability that a custom-made SQL database is going to be useful to the process I’m working on. I’m going to detail my process here, which should be a good...
View ArticleIntegrating LDAP and Workflow for Common Account Actions
All day this past Friday I was trying to get either the Active Directory components or the LDAP generated components to return some usable information on whether an account was locked out. The only...
View ArticleWorkflow Short – Personalizing Workflow Component Defaults
I use the Embedded Rule Model a lot. Excessively so. Although configuring it takes only a few actions, after personalizing the component, all I need to do is drag and drop and it’s ready to use. In...
View ArticleCustom Component – Determining the Client Browser
While developing a workflow project for a customer, I noticed that some machines in the customer environment were using IE9 as the primary browser. I also noticed that my form design worked very...
View ArticleWorkflow 7.6 – Adjustments and Considerations
{{Update 7/6/2015: The TextBox component is now a nested input element. any javascript or CSS reference to a TextBox component will now need to be adjusted to fit the new HTML layout. .textbox {...
View ArticleConsiderations –“Copy Data Element to New Location” Component
When using the Copy Data Element to New Location component, use the “Deep Copy” option if you mean to retain the original variable for comparison purposes and you intend to edit the values of the...
View ArticleCustom C# Component – Adding a Computer to a Group in Active Directory
Symantec Connect user Turl posted a forum question asking how to add a computer to an Active Directory group in a Workflow project, because in the Active Directory component library, there’s no boxed...
View ArticleRepair web.config After Opening a Published Project
There are sometimes circumstances (ahem, ServiceDesk) which require that we open a published Workflow file. By deleting or otherwise adjusting the “project.deployed” file name that sits in the...
View Article