I am trying to extract details from incident. I set:
entryListFields = [1000000161, 1000000217, 1000005781];
entry_result = arserver_user.getEntry (form,entry_info_list[0].getEntryID(entryListFields);
however,this entry_result returns not only the 3 data fields requested, but also with these fields: 1, 30376000, 303524200, 303524300.
and when I use value = entry_result.get (1000000161);
It returns “None”
You could use the Jython API, which is a Python wrapper for the AR Java API:
https://communities.bmc.com/docs/DOC-19318
Here is some sample query code from that doc: