|
Add New Partner Collaboration is a complex design for even experienced web developer to design. Now, using myNet.OFFICE, not only you can create new collaboration, but also you can Do It Yourself. CASE STUDY There is no better sales and marketing than from the customers. Specially for small and mid sized businesses, a matter of fact, more businesses are created by customers. Company needs a tool that lets members add new partners to expand more businesses, using customers as indirect sales force. Back in the old days, we used to meet customers and ask them help for referrals. But on the Net, there are tens of thousands customers, all over places. It is impossible to meet all of them. Some time, we don't even know their faces. • Also, this tool gives customers a quick send email and add new members. Without this tool, your customers have to make a call, talk or meet their friends, their family... Thus waste them too much time. Thus they will be less willingly do it for you. You don't want to waste their time. The Solution: design Add New Partner Collaboration. Which is a tool that allows members add new referral partners. The Problems • There is no in-house web developers available. Contact them, they said will take few days. Charge high consulting fees. • There is no tool available. When design, they don't design a generic tool so that you can Do-It-By-Yourself. They design customized. Which means next time you need, you depend on them to re-design another interface. • Not all web developers can do this. Or it will take a lot of time for them to build database, tools back end ... in order to support. What do you do? Here is what you can do: 1) Forget about it. Give up. Nothing we can do about this. Out of our control. No update. Leave it. Negative! 2) Bring in Web Developers Consulting as full-time staff, who can do serious programming. They design customized things the way you want. Make sure they design tools so that in case they leave you can handle the site by yourself. Yes it is costly but it is a big ROI if compared with the budget you spend for your real office. Positive. 3) Learn myNet.Office. Do it yourselves. Take control your website. Positive! THE BENEFITS OF ADD NEW PARTNER MEMBER COLLABORATION Customers refereed other customers, and other customers are referred by other customer, and multiply. Thus you have a powerful sales force of people. This number will multiply very quickly. Customers always want to help your business success. Reward them. We will show you how to create this Member Collaboration step by step. Now, Let's Do It. Member Collaboration Source Information It is the database table in order to store information of new members. • Analyze the collaboration table: - This table will store all info about the new referral members. They are potential real members. But they are not yet a members. Thus, you don't want to use the existing table x_customer to store the new referral members. Right! Thus you must create new table named: x_member_add_partners. Next, define the Member Collaboration Attribute, which is the fields of this table. In general, what do you need to collect information about new referral members. • Member Collaboration Key - It is the field EMAIL of the login member who refers the new member. For example, the table x_customer has contained this field. Just make sure the table you create contain field EMAIL of member. Because EMAIL on the Net is used as the USER ID for that member to login. It is like Member Key to distinguish between members John Smith and David Smith. It is different with Primary Key of the table that is used to distinguish between records. - The only table you create that don't need Member Collaboration Key is when you use Task = Broadcast. For example, you create a table promotion for all members login will see the sample promotion: In December Shipping Is Free. In this case, you don't need EMAIL field of members in this table. • Member Collaboration Attributes It is the fields or columns of x_member_add_partners, the data you need to collect information about new referral members.. - Analyze: Since they are potential real members. But they are not yet a members. Thus, you don't want to collect a lot information about them. When they order some things and become a true members. Then their info will be stored in the existing table x_customer. So, here is the data. You can add or delete columns or fields in the table x_member_add_partners. • You can change the fields Member Collaboration Attributes by editing table x_property that stores all property of this collaboration. New Table: x_member_add_partners Fields or Member Collaboration Attributes: with ( * ) is required. Other fields are not important, you may remove or change or add extra fields
You can always delete or add more fields.
Make sure fields with ( *** ) are not removed or must
have. |
|||||||||||||||||||||||||||||||||||||||
To create Add New Partner Collaboration, you need to do 2 things: 1) Create a new Table to hold the data. You use Code or Create New Table Template. 2) Create Add Collaboration. You use myNet.Office Member Collaboration Tool Let's Go to the Setup. |
|||||||||||||||||||||||||||||||||||||||
|
Let's create new table x_member_add_partners. To create this table, you have 2 choices: Use code or use Create Table Template. Let do both examples.
Now, the table x_member_add_partners is create. Go to next steps to create
Member Collaboration Add New Partner. |
|||||||||||||||||||||||||||||||||||||||
It is DONE. CONGRATULATION! You have
just created a complex Add New Partner collaboration. |
|||||||||||||||||||||||||||||||||||||||
| THE RESULT OF
ADD NEW PARTNER MEMBER COLLABORATION myNet.Office Member Collaboration Tool automatically generates this screen that has a Form that let members ADD new partners. And a List always comes with Member Collaboration ADD in order to list data after added new Partner. From the Action command of this List, member can Edit, Email and Delete that row record. ![]() Picture: This is [Add New Partner Screen]. myNet.Office Member Collaboration Tool auto generates this screen. Under the form came with a list. Member with email= ddanpros@hotmail.com logins and click on left menu Add New Partner. He enters data, fills the form. Then clicks on [Submit] button. The new partner = Robert is added in the list right away. The List is maintained by the member. He can edit, send email or delete this Robert partner. List Action: Edit ANALYZE THE ADD COLLABORATION RESULT WHEN MEMBERS LOGIN Looking at the screen, you can see: - The Member Collaboration Task = Add New Partner is created as a menu item in the left menu. - The Title = Member Add New Partner displays as title on the top new [Member Home] - The Description = If you know any people ... displays under next line. - The Member Collaboration Attributes like ID, EMAIL, PARTNER_FIRSTNAME...you selected, are used to generated the form. ID = the Primary Key of the table, and the member email ddanpros@hotmail.com = used as the Member Collaboration Key these two keys can't be changed or modified. Fields are required. Enter x if N/A. After submit, data is inserted in table x_member_add_partners. - When ever you use Add Collaboration, it will create a FORM + a LIST. - The FORM is created by auto generated by Member Collaboration Tool by looking up the Member Collaborate Attribute fields. - The LIST is used to display right away all partners of this member when ever this member ddanpros@hotmail.com adds a new partner. This LIST is different from the List of Member Collaborate Task = LIST. In column [Action] of this LIST has 3 icons commands. ![]() Picture: After ADD, a record of new Partner is saved in table x_member_add_partners. If Admin wants to contact Mr. Robert, he clicks on icon email. |
|||||||||||||||||||||||||||||||||||||||
|
THE ACTION COMMAND OF THE ADD
COLLABORATION LIST THE LIST EDIT When the member want to edit or change information about Partner Email, Partner Phone.. of its partner Robert H, he/she clicks on ID = 2 row. It will open an edit interface. So that this member can change the info. ![]() Picture: When click on Edit icon THE LIST EMAIL Click on the Action = Email THE DELETE The Action Delete is used by the member to delete item from the list. For example, let's say the member sent email to the partner Robert, informed him he is added become a partner. But he doesn't like. Then this member can delete him from the list. When click on Delete, it asks again to make sure to you want to delete. Then it deletes that item. NOTE: You may add an extra filed named STATUS = ENUM of ( "accepted", "not sure", "no thanks") in this table. Just in case the partner Roberts answers not sure. |
|||||||||||||||||||||||||||||||||||||||
| OTHER
APPLICATIONS OF ADD COLLABORATION Depending on your creativity, You design new ADD COLLABORATION for : • ADD EXTRA ADDRESSES, like DELL or FUTURE SHOP sites create. • ADD EXTRA CREDIT CARDS, like DELL or FUTURE SHOP sites created. • .. more.. |
|||||||||||||||||||||||||||||||||||||||
| CONCLUSION • Design Add Collaboration is not easy even for web programming developer. However, as you see, you can design this kind of advanced collaboration for just 2 steps. 1) Create a new table. 2) Use Member Collaboration Tool. -> Follow 3 steps to create a new collaboration. Done. • Use Add Collaboration to create more applications, such as: Add New Addresses, Add New Credit Cards, Add New Items...In Social Network Sites use Add Collaboration widely, for example, members Add New Connections, Add New Partners... • Design your own collaboration tables, select your own fields. But make sure the table must include the Member Collaboration Key = Email used to store emails of the login member. So that the collaboration can distinguish who is the member collaborating. • The new partner can't login as member of your site yet, after members add more new members. They can login login if they have account in table x_customer. It is up to you to do marketing to sign them on as a real login member. • Believe It Or Not. This collaboration will grow your membership very quickly. Specially if your company is an organization. Since the contact list is in the database, your staffs can share, collaborate, contact them. |