You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

how to update custom object field in BUI

Received Response
44
Views
2
Comments
edited Jun 13, 2022 4:11AM in General Technical Discussions 2 comments

Content

Hi All,

we have 2 custom objects (Milestone, Receipt) with parent child relation. 

Parent Object: CO$MileStone

Child Object: CO$Receipt

we have to create receipt for milestone. i have created custom html control to display all milestones on receipt workspace in dropdown box. if i select milestone from this dropdown list, i am able to get ID of milestone but not able to update this id on workspace.

i am using below line but parent id not updating but only other fields can be updated with this line of code.

WorkspaceRecord.updateFieldByLabel('CO$Receipt.Milestone', val);

please help me how to update this this field with java scripti.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!