3 weeks ago
I have created a Business object and one of the elements is an association to Employee : -
[Label("EmployeeID")] element EmployeeID : EmployeeID;
association ToEmployee to Employee;
So I am not able to retrieve the employee in my custom script using the below code : -
var retrieveEmployee=BusinessPartner.Retrieve(this.ToEmployee.UUID);
The error is UUID does not exist.
Help.
Request clarification before answering.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.