0

I am using Maximo Anywhere 7.5.2(Work Execution App). I have added a domain field in SYNONYM-DOMAIN but I couldn't fetch the data from MAM. New Field AREA (Area Code and Area Desc) which is similar to existing STATUS field (Status code and Status Desc).

From the below code, where "getworktype" query exists. Is it just a name given here or mapped in Maximo..

<queryBases id="additionalworktype_queryBases">
                <queryBase id="additionalworktype_queryBase_getworktype" name="getworktype" queryUri="/oslc/os/oslcworktype"/>
            </queryBases>                                   
            <whereClause id="additionalworktype_whereClause"/>
Vignesh
  • 375
  • 1
  • 2
  • 13

1 Answers1

0

From that example, the name="getworktype" is not mapping to any underlying query in the Maximo server.

Can you post some more information please about your Synonymdomain resource that's not pulling the new fields?

scott dickerson
  • 908
  • 1
  • 5
  • 13
  • I have resolved that issue with proper resource attribute mapping but I need to do multiple value selection in Anywhere. – Vignesh Feb 09 '16 at 02:42