Forum Replies Created
-
AuthorReplies
-
where do I check to find out if i have it or not?
I want to know if I have everything that I need be able to build an intreface via SSL.
Is ther a special module that I need to acquire from INFOR in order to be able to do an SSL interface?
Do I ned a license from Cloverleaf for SSL?
where do I start to do an SSL conection
Jim, sorry to bother you, but can you call me, I am not sure what I am doing wrong.
where do you get the mid# from? I am running Cloverleaf version 5.8. Can you give me a call
Rudy 480-495-9024
Russ, thanks for your response.
I was cpturing data from the inbound message, instead of grabbing the already change data from the outbound message.
TXA10 from inbound message was blank, but TXA10 from outbound message was populated.
Thanks for your assistance.
I just realize that my original concat command would have worked, my issue was that I was copying TXA9 into TXA10, so I was trying from the inbound message, but the inbound TXA10 was empty only the outbound TXA10 field was populated. I should have used the outbound TXA field as the source so that it should have worked. Hope it helps anyone who is trying to do the same thing.
I used copy temp variables
copy txa12.0 into @docid
copy txa10.0 into @physid
copy txa10.1 into @physname
CONCAT
@docid
=-
@physid
=-
@physname
DEST
TXA16.0
Output Below,it still copies only txa12
TXA|1|2||||20160217111900|20160217111942||123456^TEST^DOCTOR ONE|123456^TEST^DOCTOR ONE|01343^MINUTEMAID^DEBRA^S|64587||||64587- – |PA
Yes, I just tried the destination notation below and I get the same result on TXA16 (only TXA12 included in TXA16
0(0).TXA(0).#16(0).[0]
Version 5.8
TXA Segment
TXA|1|2||||20160217111900|20160217111942||123456^TEST^DOCTOR ONE|123456^TEST^DOCTOR ONE|01343^MINUTEMAID^DEBRA^S|
64587||||64587|PATXA12 Value=64587
TXA10.1 =123456
TXA10.2 = TEST
The onlything that is placing on TXA16 is TXA12(64587)
I need to place all three into TXA16.
is there a way to specify, say 8 characters from field txa12, 7 characters from TXA10.1 and 15 characters from TXA10.2?
I did use the concat command, but it still only place TXA12 into TXA16
I don’t mind if it truncates once it gets into TXA16, but I do need to place as much data as possible into TXA16. Why is it only copying TXA12, and not TXA10?
Source
Concat
0(0).TXA(0).#12(0).[0]
0(0).TXA(0).#10(0).[0]
0(0).TXA(0).#10(0).[1]
Destination
0(0).TXA(0).#16(0)
-
AuthorReplies