Sep 27, 2008

Configuration

If you want to get child Bus Comp Record count without scripting? For Example: The End Date of any Service Request should not be modifiable if any child Activity Status is Active, the customer wants error message. Implementation without scripting: * Create a calculated field: Check End Date * Calc Expression : GetNumBCRows ("Service Request", "Action", "'[SR Id] ="' + [Id] +'"' AND [Status] = "Active", ","All") * Return child record count * Set Validation Property for Service Request End Date to avoid modification * Value: [Check End Date] <1 Syntax: GetNumBCRows (BO, BC, search_expr, visibility)

No comments: