Skip to main content
1-Visitor
February 18, 2015
Question

A way to grab ESITarget Object by name?

  • February 18, 2015
  • 0 replies
  • 606 views

I'm simply trying to grab an ESITarget by it's name attribute. I've found ESIService.getTarget(String system) and ESITargetUtility.getTarget(String number), but both system/number can change between our dev and PRD systems. I'm basically trying to avoid doing something like a QuerySpec if there's an OOTB API.


Thanks