Oracle Transportation Management (MOSC)

MOSC Banner

Can you add a contact group to a location through glog xml?

edited Oct 23, 2015 10:02AM in Oracle Transportation Management (MOSC) 2 commentsAnswered

I am trying to post xml and update a location with a contract group.  But I get this error: "exists in database as type GROUP and must be modified with ContactGroup element".  Does anyone know if this is possible?  I can add it through the UI and when I query the location xml it shows up.  Part of XML listed Below:

<TransmissionBody>
            <GLogXMLElement>
            <Location>
                  <TransactionCode>U</TransactionCode>
                  <LocationGid>
                     <Gid>
                        <DomainName>MENLO/A370</DomainName>
                        <Xid>000074</Xid>
                     </Gid>
                  </LocationGid>
                  <Contact>  <!- This is a contact group -->
                     <ContactGid>
                        <Gid>
                           <DomainName>MENLO/A370</DomainName>
                           <Xid>LOC800820DL</Xid>
                        </Gid>
                     </ContactGid>
                    ...
                  </Contact>
               </Location>

            </GLogXMLElement>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center