sleep deprived Posted March 28, 2006 Posted March 28, 2006 Iâm not really sure if this is portal problem or a relationship problem â imho I think itâs a little of both. So please forgive if Iâve posted in the wrong forum. Iâm trying to create a bidding system that will allow me to create proposals on the fly. So far Iâve got five DBs: clients, vendors, product categories, products, bid builder. I am using the client db as the main interface for contact info and for generating proposals. The bid builder db is the conduit for pulling all the proposal info together. The problem Iâm having is getting the bid builder to show up properly via a portal. I need to be able to keep multiple revisions of individual proposals, as well as preserve price quotes in the event of price changes. Hence, I am using the bid builder to utilize lookups. Iâve based the bid builder on a sample provided by sbg2 in the following thread: http://fmforums.com/forum/showtopic.php?tid/174901/ Iâve obviously confused myself and missed something along the way. Iâve attached a diagram of what Iâve done so far. Iâm probably taking the scenic route as far as the planning of this system goes. If anyone has any suggestions on how I can implement this in a more streamlined fashion, please, please let me know. Iâm thick-skinned so I can handle critiques! Also, please make all explanations idiot-proof, as I am a novice, and it isnât terribly hard to go over my head. Thanks in advance!
Ender Posted March 29, 2006 Posted March 29, 2006 The relationship between Clients and Bid Builder is not very clear. What is the key field in each file for this relationship? I would think the key would be id_client, but I don't see an equivelant field in Bid Builder. Also, the Bid Builder entity is not very clear. Is this to hold data about the Bid or the Bid's items? The fields listed seem to be both, but this is not the structure sbg2 outlined in the other thread.
sleep deprived Posted March 30, 2006 Author Posted March 30, 2006 Thanks for the feedback, I had a feeling something wasn't right. I've reworked my diagram. I'm I on the right track now? Thanks!
Recommended Posts
This topic is 6813 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now