Skip to main content
Solved

Supplier Positive Pay Function detail

  • September 10, 2021
  • 3 replies
  • 236 views

arebbeadle
Hero (Customer)
Forum|alt.badge.img+14

I need help with function detail on Check Amount field. I need to remove the decimal point but keep the numbers (ie.. 4005.63 convert to  400563) ? Bank file import assumes first 2 numbers from the right are cents and they don’t need the decimal point.

Any suggestions?

 

 

Best answer by Shehan Almeida

Hi,

 

You can use the replace function to replace decimal with null value as follows.

 

 

Shehan Almeida. 

This topic has been closed for replies.

3 replies

Shehan Almeida
Superhero (Partner)
Forum|alt.badge.img+18
  • Superhero (Partner)
  • 271 replies
  • Answer
  • September 10, 2021

Hi,

 

You can use the replace function to replace decimal with null value as follows.

 

 

Shehan Almeida. 


Forum|alt.badge.img+19
  • Superhero (Employee)
  • 1111 replies
  • September 10, 2021

Hi, 

I did so many tests for a client (different use cases).  We have a number of ways to do this.  This below is pretty easy.  use multiply. 

 The file then looks like this…

 

Best regards, 

Thomas


arebbeadle
Hero (Customer)
Forum|alt.badge.img+14
  • Author
  • Hero (Customer)
  • 139 replies
  • September 10, 2021

Building new template in APPS10, I will try both suggestions to see which one works best for us.

 

Thank you for the quick response.