cancel
Showing results for 
Search instead for 
Did you mean: 

Check for individual customer

Former Member
0 Kudos

Hello everybody,

how can we distinguish between normal customers and individual customer? I've searched for the attribute of the customer telling this is an individual customer and didn't find any.

Best regards,

Leonid Granatstein

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello

I believe that "Normal" customers has its CategoryCode set as Organization while "Individual" customers are set as "Person".

Regards.

Alexandre

Former Member
0 Kudos

Thank you! I've mixed CategoryGroup with "Prospect" and therefore couldn't figure it out.

Best regards,

Leonid

Answers (1)

Answers (1)

sunil1101
Advisor
Advisor
0 Kudos

Hi

Are you extending customer BO? Could you share more details what exactly you are looking for.

Regards

Sunil

Former Member
0 Kudos

Hi Sunil,

I'm not extending a customer BO but I have my own BO's and they are designed to perform certain operations on Customers, which is implemented via absl code.

I'm processing in a loop over the Customers in the system and I have to distinguish between normal customers and individual customers, because only "normal" customers have to be processed.

So I get an instance of the customer and have to determine via absl code whether it is an "individual" customer or not.

Best regards,

Leonid