Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
IPA/ProcessFlow
EMSS Address Email
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Jeffin Joy
Past 24 Hours:
0
Prev. 24 Hours:
1
Overall:
4988
People Online:
Visitors:
121
Members:
0
Total:
121
Online Now:
New Topics
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chris Martin
825
Forums
Filtered Topics
Unanswered
Unresolved
Active Topics
Most Liked
Most Replies
Search Forums
Advanced Search
Prev
Next
Forums
Integration / Customization
IPA/ProcessFlow
EMSS Address Email
Please
login
to post a reply.
4 Replies
0
Subscribed to this topic
53 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Daniel
Basic Member
Posts: 24
6/1/2010 7:26 PM
I am using the delivered trigger for EMSS to generate an email but what I need to do also is make sure the address is capitalized, it's an HR thing, it seems though that the update to the address field has already taken place when the trigger kicks off the flow. I know I can capitalize the address with Jscript but I don't know how to do it with the delivered flow??? We are using PFI and are new to using the flows. Any help is appreciated.
Daniel
Director, MIS
Special School District
John Henley
Posts: 3366
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
6/2/2010 5:49 PM
Split
Do you mean that you want the email address capitalized on HR11, or just in the message itself?
Daniel
Basic Member
Posts: 24
6/2/2010 8:50 PM
Split
John, sorry I was not clear on my original message. What we want is the address capitalized that is being updated on HR11 through the EMSS Move Event.
Daniel
Shane Jones
Veteran Member
Posts: 460
6/3/2010 1:00 AM
Split
The HR11 field does not have database rules to require capitalized email addresses. You will need to have the processflow collect the variable, change the value and then re-write the value to the field using "toUpperCase()"
You should be able to calculate the new value using an assign node and then an AGS node to "change" the value... Are you using a flow that Lawson "delivered" for the move event? I don't remember ever looking at a delivered flow for moves. We created a custom address change flow.
I would be willing to talk with you about making changes to the flow so that it will capitalize the email address. (This should not be a very involved change.)
sjones@johnsonbank.com
Nick
Veteran Member
Posts: 50
6/11/2010 5:18 PM
Split
Daniel,
You are correct, the actual update to the address on HR11 has already occured before the flow runs. I had the same issue here except HR wants a specific phone number format.
Since the delivered Flow contains the information needed (through the qEMP query), I just modified the flow to re-update HR11 after formatting the number the way they wanted. I also added the funtionality to update the employee's address on their AP10 vendor record - which AP insisted on having capitalized. I used new variables and the "toUpperCase()" like Shane mentioned : "capApNew1 = qEMP_ADDR1.toUpperCase()"
If you didn't want to modify the Flow, you could modify the HTML code for homeaddress.htm (I think that is the Move/Address change page) to capitalize the data before loading it via the AGS call it uses.
Nick
Please
login
to post a reply.