cancel
Showing results for 
Search instead for 
Did you mean: 

Decipher Table not auto-populating

KaranBhagwani1
Level 3

There is one Table in the DFD with 5 columns. I would to see Decipher auto-populate the table values but it doesn't and it lets user submit the batch without prompting to fill the table. One of the table column is set to required but it doesn't seem to pause at the Data verification step at all. I have trained over 70 documents . Any ideas or suggestions for this use case?


1 BEST ANSWER

Best Answers

BenLyons
Staff
Staff
Hi Karan,

Are any of the columns, values that are summed in another field? For example do you have invoice items, each with a value in the table and an invoice total you can read.

In which case you could use a validation formula, in the formula column for the invoice total. E.g. SUM(line_total).

If the table isn't read, the total will not be correctly calculated and the validation will prevent the document from passing through.

Note: Do not add either of the calculation flags, as this is just for validation purposes.

Thanks

------------------------------
Ben Lyons
Senior Product Specialist - Decipher
Blue Prism
UK based
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

View answer in original post

2 REPLIES 2

BenLyons
Staff
Staff
Hi Karan,

Are any of the columns, values that are summed in another field? For example do you have invoice items, each with a value in the table and an invoice total you can read.

In which case you could use a validation formula, in the formula column for the invoice total. E.g. SUM(line_total).

If the table isn't read, the total will not be correctly calculated and the validation will prevent the document from passing through.

Note: Do not add either of the calculation flags, as this is just for validation purposes.

Thanks

------------------------------
Ben Lyons
Senior Product Specialist - Decipher
Blue Prism
UK based
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

Thanks for the reply @BenLyons. This is a good work around, works as expected.