14-10-2016 09:50 AM
Dear Community,
I am planning to make a custom registration page where I can take input from users and insert into Mega database.
My question is,
Any support or idea would be really helpful.
Kind regards
Azim
Solved! Go to Solution.
14-10-2016 01:34 PM
farhad,
see it as creating a standalone application for registration which you call from inside mega.
this application can either store your data into its own db,
or can make connection with mega to store it inside some objects or whatever you want to do with it.
grtz,
Wim Van de Velde
14-10-2016 11:55 AM
@Wim Van de Velde
Thanks for your suggestions. Could you please explain little more of your sugg. on the last part given below.
"write an addin in .Net or Java and activate it from Mega. For that you will need additional tables in a database, i would suggest another then Mega, for upgrade reasons.(it might replace mega db)."
14-10-2016 11:41 AM
Hi Wim,
Thanks a lot for your reply and information details. That's really helpful.
Regards
Azim
14-10-2016 10:54 AM
Azim,
A few suggestions :
Start with a parent object of your choise, and add custom attributes needed for your registration(ex name, address,...)
You can make also a custom userform for that in Mega
Then all info will be stored inside the mega database.
write an addin in .Net or Java and activate it from Mega. For that you will need additional tables in a database, i would suggest another then Mega, for upgrade reasons.(it might replace mega db).
...
grtz,
Wim Van de Velde