Hi guys, I'm having major problems with this OData/Jscript. I'm a beginner and have spent weeks trying to research and get this working. Essentially I have a custom Entity called "PhoneLog". In that entity I have two fields:
"PhoneLog Name" (new_phonelogname) -> Primary Key Field
"Call Charge" (new_callcharge) -> Currency field
My dataset for this entity is called: we_phonelogSet
In the Phone Activity record, from Accounts, I have a custom Lookup field called: "Logging Type" (new_loggingtype).
I also have another custom field in the Phone Activity form called "Charge" (new_charge) which is a currency type.
In the Phone Activity entity, I want to select the lookup field ("Logging Type" (new_loggingtype) and select a record from my custom Entity -PhoneLog Name, and have the Call Charge (new_callcharge) transferred over to thePhone Activity entity; Charge" (new_charge).
So far all my attempts have not worked out. I would appreciate some help getting this going.