| Can seem to get the below logic to work in my app. need your help. thanks. I have 3 entities: COMPANY, OPPORTUNITY, OPPORTUNITY_COMPANY. COMPANY - companyID (attribute) OPPORTUNITY - oppID (attribute) - customer (relationship between OPPORTUNITY(oppID) and OPPORTUNITY_COMPANY (oppID)) OPPORTUNITY_CUSTOMER - oppID (attribute) - customerID (attribute) - company (relationship between OPPORTUNITY_CUSTOMER (customerID) and COMPANY (companyID)) - opportunity (relationship between OPPORTUNITY_CUSTOMER (oppID) and OPPORTUNITY (oppID)) The requirements of a form are: - In a form which displays all companies in COMPANY, user can select by WOCheckBOX the company(s) which will be customer of an opportunity. - Upon submission, the selected companies needs to be added to the OPPORTUNITY_CUSTOMER as customers of a related OPPORTUNITY. how can i get the above done? how's the coding requirement be like? Warmest Regards, Jim Wong On 26 Feb 2006, at 12:59 AM, Mark Morris wrote: Yes, it is bound to WORepetition's "item". WORepetition will put into it the current Object from the "list". It can be any object. :-) |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
