Mark Williams
- Total activity 401
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 122
- Subscriptions 50
Comments
Recent activity by Mark Williams Sort by recent activity-
This would be extremely useful as there is currently no way to track TOBA versions via schemeserve other than to look at each broker individually.
-
Different Adam. Are you interchangeable :) That works perfectly thanks and makes scheme design that bit easier.
-
Revised code below. Now allows searches for any number of rows in a table in any order without interference with other rows. Now working on revised code which will allow the functions to apply auto...
-
You will also need to add this code to the function called by your listener (separate article) when 'Quote Request' is loaded: var tb = $$('table[id$="P1_Trade_Table_Template"]') if(tb.length > 0) ...
-
Hi guys, I can't seem to make this work, any suggestions?
-
Hi Adam, I added this code and it all works but it unfortunately shows the ID's on the client facing get quote screens too. Any suggestions?
-
I would really like to see question sets updated to current version whenever a renewal or MTA is done. Perhaps the system could ask whether to update prior to running the MTA or renewal?
-
I agree. If 2 or more risk groups are rated together it would stand to reason that they should all change insurers when one of the associated groups changes insurers. The system already updates all...
-
Hi Rob, there are many ways to handle rounding but I prefer "Round away from 0" in the event of a tie. This would round 200.005 to 200.01 but round -200.005 to -200.01 This differs from "Round up"...
-
This would be really useful if we could include in other docs too.