ContributionsMost RecentMost LikesSolutionsRe: How to Exclude Entities from Confirmation Rule Thanks Ioana! That worked great. One last question. I'm trying it to pass 3 accounts where all 3 need to have values in it. Right now it keeps failing, even though I have values in those accounts. No...Re: How to Exclude Entities from Confirmation Rule Hi Ioana, I got an error when I ran the confirmation rule. It did show TaxPmt2025, but for some reason there's an extra quote mark in front of TaxPmt. I did try remove some of the quotes, bu...Re: How to Exclude Entities from Confirmation Rule Hi Ioana, Thank you for the reply. I also was able to do something similar for what you did below. ' To check if Entity equals 02140 If api.Pov.Entity.Name <> "02140" Then Return True ElseIf...How to Exclude Entities from Confirmation Rule Hello, I'm somewhat new to writing code for confirmation rules. I'm trying to create a confirmation that is only for 1 entity and we'd like it in our general rule groups for confirmation rules and ...SolvedTask Manager Email Notifications Not Sending with Open Workflow Task Type Hello, We're in the middle of implementing Task Manager and whenever a task is using the "Open Workflow" task type, it seems not to send a notification email when the task has been completed and re...Re: How to Override Getdatacell Hello, Did you find a solution to this? I am also having an issue to override a GetDataCell. Re: Absolute Value in a UD8 Formula Was able to get it to work by the formula below Dim dAmount_1 As Decimal = api.Data.GetDataCell("T#Pov:U8#None").CellAmount Dim dAmount_2 As Decimal = api.Data.GetDataCell("T#PovPrior1:U8#None")....Re: Absolute Value in a UD8 Formula Basically our tax team needs to pull the largest absolute value but from each interco that entity is assigned to, but then sums those largest values up together based off of tax type which I've creat...Re: Absolute Value in a UD8 Formula Hi Jon, Yes, it did. Is there a way though to recall the original value from it? Ex. If -1,000,000 was the largest value, currently the UD8 gives me a result of 1M. Is there a way to make it rec...Absolute Value in a UD8 Formula Hello, I currently have a dynamic formula that pulls the max value, but was asked to use that formula to get the absolute value that is also a negative the highest amount to pull that value as well...Solved