Hello,
I have added to Contact a subform that display opportunity list. Linked by Contact No.
I have added to Opportunity list 3 new butons Add/Modify and Delete.
What I want is , when press button Add is to open Opportunity Card with all data from current Contact(record displayed masterform)
Any suggestion ?
Thank you
0
Comments
You want something to happen when you push a button, so what trigger do you need? OnPush
You want to use data from the contact, so you need to get that from the database. GET or FIND
You want to run a form using that record
I'll let you take it from there.
I have added a new subform,Opportunity List, to standard form Contact Card linked by contact no.
I want to add a menu with 3 options Add/Change and Delete that do follow :
when I press Add to create a new opportunity for this contact and open opportunity card with contact's data.
Need to read current record from master form from subform.
But I fixed other way. Instead to put the menu in subform,opportunity list, I put the menu on master form and from here i can get data from subform in order.