Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
posting Message from UI to DCR without Exposing Teamsite to Internet
zenchotani
Hi,
We have a requirement on posting message using UI(Web page) from one user to another user. The main requirement is the message values taken from the webpage should go to the Teamsite DCR automatically and it should initiate one step approval workflow and using datadeploy it should go to the database. From database using .NET rule it will be displayed to a specific user.
The user posting message is not a teamsite user and also on the external network. only from the external webpage the message data should go to the internal network Teamsite DCR. Message fields are "To" and "Message".
Please let me know if there is any way to do the above task without exposing teamsite to Internet or external network.
Thank you.
Find more posts tagged with
Comments
Rick Poulin
Is there a reason why your design is so **** convoluted?
Your front-end application should just read and write from a persistence layer in the same network zone. Meaning read/write from your database directly from your front-end; why bother getting TeamSite involved? If you need to report on the information from TeamSite, then you can build a screen there that queries the same database.