populate defaul property via javeascript

When i create a new item via a relationship called Subcontract, there is a property called MASTER_DID on subcontact which is datatype item as well, when the user selects a MASTER_DID the owner of MASTER_DID  should auto populate with the owner of Subcontract. This needs to all happen on the grid. How can i achieve that via client event

Parents Reply
  • You cannot use document.thisItem outside the context of a Form. Better try "this". Or take a look at "PE_SetTeam" which is maybe the better sample in your case.

    Otherwise show screenshots of the situation cause I really don´t know what you try to do ;-)

    Edit: My sample Methods where intended as onAfterNew "Client Events" not as property events. So beware!

Children