joey

all messages by user

4/23/2015
Topic:
Editing Footer Objects

joey
Is there a function somewhere in Printboss that will allow me to just simply edit any sections within the Footer Object tab without having to double click on each line within the "command line" window?
8/31/2015
Topic:
Bank info suddenly disappears!

joey
Have anyone had any issues with banking information that disappears? We had two clients that were using Printboss to print cheques on a regular basis and all of a sudden, banking information within the bank setup are no where to be found! They have not done any window updates nor Printboss updates.
9/21/2016
Topic:
#If/#Else/#EndIf issue

joey
Hi,

We are trying to automate the selection of the Email Body to use based on several criteria. Basically, we will be using four different email body messages based on the customer's aging on his monthly statement.

Current {AMT1}
30 Days {AMT2}
60 Days {AMT3}
90 Days+ {AMT4}

I am trying to use a basic formula but I can't seem to have it working. Below is the PB statement that I am using. (Footer Object)

#If [÷{AMT4}>0÷]
#Assign EmailBodyFile, ÷C:\PrntBoss\Email\Body\verylate.txt÷
#ELSE
#Assign EmailBodyFile, ÷C:\PrntBoss\Email\Body\current.txt÷
#Endif


Essentially, I want the statement above to use the EmailBody "Verylate" when the PB Variable {AMT4} is greater than 0 else use EmailBody "Current". In my test environment, I am printing to customer statements which both of them as an amount greater than 0 in the 90 days field but it is using the "Current" EmailBody.

Once I have the basics covered, then I think I should be good to create more complex formulas.

Any help would greatly be appreciated.

Joey
9/27/2016
Topic:
#If/#Else/#EndIf issue

joey
Thanks Paula for the reply but it is not working. I am currently printing three statements and two of the three has an amount for {AMT4} but all of them is pulling the "Current" email body message. The basic formula that I am using is below:


#If «[>, ‘{Amnt4}', '0']»
#Assign EmailBodyFile, ÷C:\PrntBoss\Email\Body\verylate.txt÷
#ELSE
#Assign EmailBodyFile, ÷C:\PrntBoss\Email\Body\current.txt÷
#Endif


Currently, I have the above formula in the Footer Section of the forms and the #Assign variables are located in the runtime tab.

What we are trying to get the printboss program to assign the proper email body based on the aging of their customers. I need to show them this is actually feasible with Printboss before selling them the enterprise version.
9/27/2016
Topic:
#If/#Else/#EndIf issue

joey
Yes it is.

This is what I have in the Runtime Tab

#Assign DocNo, "", 7.543-8.044, 0.840-0.989, LRAWSV
#Assign EmailTo, "", 3.562-4.862, 1.259-1.422, LRAWSV
#Assign AMT4, "", 6.311-7.611, 10.238-10.401, LRAWSV
#Assign AMT3, "", 4.740-5.431, 10.238-10.401, LRAWSV
#Assign AMT2, "", 2.695-3.995, 10.305/0.080, LRAWSV
#Assign AMT1, "", 0.934-1.639, 10.318/0.080, LRAWSV

In addition to this, when I go into the PB form, I can add the text {AMT4} and it gives me the amount.
9/27/2016
Topic:
#If/#Else/#EndIf issue

joey
Hi Paula,

On page 214 in PB manual, there is a variable name for {Emailbodyfile}.

If I use #Assigns Emailbody, I would have to create the e-mail messages within the PB form as oppose just to pick a text file? Just want to confirm this is what I have to do.

Thank you for your prompt replies!
1




Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software