brainonastick Posted April 21, 2010 Posted April 21, 2010 I have a web form which registers students from courses stored in a Course Information DB. The Course Information DB displays course information on the website. The registration records are stored in a Registrations DB. I need the Course Capacity in the Course Information DB to be updated whenever someone registers. To do this I need to trigger the capacity in the Registrations DB to be pasted into the Capacity in the Course Information DB. The reason I need to do this is because if I set up a calculation (pipe) field between the 2 DBs the website wont read it for some reason. I have to use a native field from Course Information to display the capacity on the website. I cant seem to find the right trigger - the Web Registration Db gets updated at the server when a web form is submitted. Do any of the triggers react to this kind of activity?
Fitch Posted April 26, 2010 Posted April 26, 2010 Script triggers don't work on the web.* Is this IWP? *"in Instant Web Publishing, only scripts can activate script triggers. For example, if an Instant Web Publishing user clicks a field that has an OnObjectEnter script trigger, the trigger is not activated. However, if a script causes the focus to move to the field, then the OnObjectEnter script trigger is activated." -- IWP docs
Recommended Posts
This topic is 5599 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