I have the following xml file. As you can see below, I have set a date for each of the dimensions, but when viewed within Great Plains, these values are not populated.
Any suggestion would be greatly appreciated.
01.
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
03.
<
PMTransactionType
>
04.
<
eConnectProcessInfo
xsi:nil
=
"true"
/>
05.
<
taRequesterTrxDisabler_Items
xsi:nil
=
"true"
/>
06.
<
taUpdateCreateVendorRcd
xsi:nil
=
"true"
/>
07.
<
taCreateVendorAddress_Items
xsi:nil
=
"true"
/>
08.
<
taPMTransactionTaxInsert_Items
/>
09.
<
taPMDistribution_Items
>
10.
<
taPMDistribution
>
11.
<
DOCTYPE
>1</
DOCTYPE
>
12.
<
VCHRNMBR
>00000000000000744</
VCHRNMBR
>
13.
<
VENDORID
>ADVANCED0001</
VENDORID
>
14.
<
DISTTYPE
>6</
DISTTYPE
>
15.
<
DistRef
>TEST</
DistRef
>
16.
<
ACTNUMST
>000-1400-00</
ACTNUMST
>
17.
<
DEBITAMT
>2000</
DEBITAMT
>
18.
</
taPMDistribution
>
19.
<
taPMDistribution
>
20.
<
DOCTYPE
>1</
DOCTYPE
>
21.
<
VCHRNMBR
>00000000000000744</
VCHRNMBR
>
22.
<
VENDORID
>ADVANCED0001</
VENDORID
>
23.
<
DSTSQNUM
>16384</
DSTSQNUM
>
24.
<
DISTTYPE
>2</
DISTTYPE
>
25.
<
ACTNUMST
>000-2120-00</
ACTNUMST
>
26.
<
CRDTAMNT
>2000</
CRDTAMNT
>
27.
</
taPMDistribution
>
28.
</
taPMDistribution_Items
>
29.
<
taAnalyticsDistribution_Items
>
30.
<
taAnalyticsDistribution
>
31.
<
DOCNMBR
>00000000000000744</
DOCNMBR
>
32.
<
AMOUNT
>1000</
AMOUNT
>
33.
<
DistSequence
>0</
DistSequence
>
34.
<
ACTNUMST
>000-1400-00</
ACTNUMST
>
35.
<
DistRef
>reference test</
DistRef
>
36.
<
aaTrxDim
>SHOW</
aaTrxDim
>
37.
<
aaTrxDimCode
>BACHARACH</
aaTrxDimCode
>
38.
<
aaTrxDimCodeDate
>2/17/2017 12:00:00 AM</
aaTrxDimCodeDate
>
39.
<
aaSubLedgerAssignID
>0</
aaSubLedgerAssignID
>
40.
</
taAnalyticsDistribution
>
41.
<
taAnalyticsDistribution
>
42.
<
DOCNMBR
>00000000000000744</
DOCNMBR
>
43.
<
AMOUNT
>1000</
AMOUNT
>
44.
<
DistSequence
>0</
DistSequence
>
45.
<
ACTNUMST
>000-1400-00</
ACTNUMST
>
46.
<
DistRef
>reference test</
DistRef
>
47.
<
aaTrxDim
>SHOW</
aaTrxDim
>
48.
<
aaTrxDimCode
>SINATRA</
aaTrxDimCode
>
49.
<
aaTrxDimCodeDate
>2/17/2017 12:00:00 AM</
aaTrxDimCodeDate
>
50.
</
taAnalyticsDistribution
>
51.
</
taAnalyticsDistribution_Items
>
52.
<
taPMTransactionInsert
>
53.
<
BACHNUMB
>Batch 1</
BACHNUMB
>
54.
<
VCHNUMWK
>00000000000000744</
VCHNUMWK
>
55.
<
VENDORID
>ADVANCED0001</
VENDORID
>
56.
<
DOCNUMBR
>TESTS9989</
DOCNUMBR
>
57.
<
DOCTYPE
>1</
DOCTYPE
>
58.
<
DOCAMNT
>2000</
DOCAMNT
>
59.
<
DOCDATE
>2/17/2017 12:00:00 AM</
DOCDATE
>
60.
<
PRCHAMNT
>2000</
PRCHAMNT
>
61.
<
CHRGAMNT
>2000</
CHRGAMNT
>
62.
<
TRXDSCRN
>Test Description</
TRXDSCRN
>
63.
<
CURNCYID
>Z-US$</
CURNCYID
>
64.
<
CREATEDIST
>0</
CREATEDIST
>
65.
</
taPMTransactionInsert
>
66.
<
taMdaUpdate_Items
xsi:nil
=
"true"
/>
67.
</
PMTransactionType
>
68.
</
eConnect
>