cancel
Showing results for 
Search instead for 
Did you mean: 

Opportunity: Programatically (absl) retrieve Sales Unit and Employee Responsible

former_member262937
Participant
0 Kudos
241

Hello,

I have produced a screen which looks and behaves almost identical to the "New Opportunity" screen in ByDesign but with some customised changes.

One of the requirements though is that when the Account is selected then the Employee Responsible and Sales Unit fields are filled (identical to behaviour on New Opportunity screen).

Now, I know when creating a New Opportunity on the standard UI the Employee Responsible and Sales Unit are assigned based on in the work distribution rules in the Organizational Management Workcenter.

Is there a way to get this infomation in PDI/absl when I create a new opportunity programmatically? The only Business Object I could find which seems relevant is "

OrganisationalCentreExtension

"?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183363
Active Contributor
0 Kudos

Katie,

If you can't do it by looking at the workflow rules themselves, you might be able to do it by grabbing the responsible employee from the customer account, and from there get that employee's organisational assignment. Does that yield the expected results?

Lewis