Forum Replies Created
-
AuthorReplies
-
April 20, 2021 at 11:19 pm in reply to: Looking for link to get Level 3 certification (Advanced) #118780
Hi Varun,
Not sure what the price of the classes is. You can email education for help on the pricing. Their email is inforcampus@infor.com. For your certificates, log in to campus; click on the Menu Icon located on the left corner of your screen, then click on the “ME” icon. Then completed Learning, you will see the classes, and next to them, you will have a “print certificate” option. If you have other questions, you can email me at james.danley@infor.com.
Thanks,
James
James Danley | Learning Consultant, Principal
James.Danley@infor.com | http://www.infor.comIf you going to do inter site routing using OVER, make sure that your Destination Name is the same name as the destination thread’s name. And also set SOURCECONN to the same. Then the OVER will work.
James
James Danley | Learning Consultant, Principal
James.Danley@infor.com | http://www.infor.comJim,
When using Multi-Server you need to get the CONNID from the DRIVERCTL in the inbound message. An then place it into the reply message. If you don’t Cloverleaf will not know which connection to send the reply to.
Example:
msgmetaset $mhReply DRIVERCTL [msgmetaget $mh DRIVERCTL]
James Danley | Learning Consultant, Principal
James.Danley@infor.com | http://www.infor.comGarrett,
If a command argument calls for a variable name then don’t use a dollar sign. So remove the dollar sign from your variable:
set newSegmentList
- lappend newSegmentList [lindex $segmentList $loopCountOBR]
lappend newSegmentList “NTE|||~*LAB CANCEL REQUEST* ~The test identified as: FE DEF PANEL has been cancelled. Please confirm receipt of the Lab within the EMR and FILE IN ERROR. Note: This cancel request should be removed from the chart.”
That should fix your problem!
James
James Danley | Learning Consultant, Principal
James.Danley@infor.com | http://www.infor.comScott, We do onsite training for customers. I can give you a call, and we can talk about your training needs.
Thanks,
James Danley
James Danley | Learning Consultant, Principal
James.Danley@infor.com | http://www.infor.com - lappend newSegmentList [lindex $segmentList $loopCountOBR]
-
AuthorReplies