ContributionsMost RecentMost LikesSolutionsRe: Setting Workflow time from a business rule If someone still have this question, you can set workflow time in business rule using below line si.WorkflowClusterPk.TimeKey = BRApi.Finance.Time.GetIdFromName(si,"2024M3") Re: How to deal with an Amount Field that has space as a thousands separator AND a DR/CR indicator! Where should we place this code? Re: Validate XFD range in Excel for errors Hi OS_Pizza, Here is the trimmed TEHandler business rule. Imports System Imports System.Data Imports System.Data.Common Imports System.IO Imports System.Collections.Generic Imports System.Globa...Validate XFD range in Excel for errors I am looking for an option to read the parsed Excel file XFD range and check if it contains any #Value! cells. I am able to find a point in TransformationEventHandler business rule to capture the par...Re: "Cannot execute step because the prior workflow step is not completed" Hi Chris, Thanks for the response. I am working on the same issue with PMancoll, we are already using workflow channels and below is our analysis. Workflow A and Workflow B both have different Work...Re: Quickview Page Breaks You can use 'Maximum Number of Rows' setting in QuickView Preferences to avoid paging. Set the value to some large number to show all information in one page. You can apply this setting to specific...