Hello,
Is there any GP web service call we can use to get all the customer class?
Thanks,
Farzana Jashim
*This post is locked for comments
Hello,
Is there any GP web service call we can use to get all the customer class?
Thanks,
Farzana Jashim
*This post is locked for comments
RM00201 has all the customer class. Just was looking for if any web service method is there for this.
Thanks,
Farzana
I think one of the RM table has all the class which can be assigned to a customer when customer is created from GP. This table does not have a lot of data. When customer class is assigned, GP prompts to roll down customer class properties.
Thanks,
Farzana
Unfortunately, I don't think there's a method that will return a list of the customer classes.
I think most of the work-arounds will have performance challenges. For example, you could read through all customer or customer summary records, and build a list of the CustomerClass objects that are in use. That does require you to figure out a criteria that will retrieve all the customers in batches, subject to the 1000-item limit for the collections returned.
Almas Mahfooz
3
User Group Leader