I added an account and want to add a parent account to it. I tried to set Parent_Account field. Its a LookUp type of field.
Below is my code.
"record.SetProperty("Parent_Account", serviceAccnt.Parent_Account);".. where serviceAccnt.Parent_Account is the same object that we get from Parent Account inside the account.
This is not working. I can set string and int type of field but not LookUp type of field.