Can we have the ability to use _Cover in an If Statement for APs and Renewals.

Completed

Comments

8 comments

  • Avatar
    Mark Williams

    This will be invaluable on minimum and deposit adjustments and a number of other areas.

    0
    Comment actions Permalink
  • Avatar
    Natalie Williams

    Just wanted to add a comment as this keeps causing issues.  Currently it is not possible to create correct adjustment docs for several of our schemes.

    This problem is going to increase soon as a lot of our newer schemes will start adding MTAs.

    Thanks

    Natalie

    0
    Comment actions Permalink
  • Avatar
    Natalie Williams

    Further to my message above, I thought it worth giving you a few examples:

    ## IF([ClericalWageroll]=0,'',[ClericalRate])##   -  Showing a rate if a wageroll is given (in FP and/or MTA)

    ##([Building_SI]*1.15m).ToString("C0")##   -  Showing a 15% uplift on sums insured (in FP and/or MTA)

    ##IF([Building_SI]=0,'Not Insured',[Building_SI]) - Show Not Insured if FP and/or MTA sum insured is £0.

    This problem is now extremely urgent as we cannot create correct AP documents for ANY of our clients.  

    Thank you

    0
    Comment actions Permalink
  • Avatar
    Natalie Williams

    Adam

    This has been sitting here since February (and was raised on 3rd Jan as a ticket, then a question).  I am now being chased by all our clients for correct AP documents that I simply cannot produce due to this issue.  i have been told it is a feature request but to be honest, call it what you may, the documents just are not working as they should.

    We are due to go live ourselves imminently but I am going to have to put a stop to this as I am not prepared to leave a system that produces the documents we need for a system that cannot produce the documents, and judging by the very slow and minimal responses to this ticket/question/feature will not be here any time soon.

    it is extremely embarrassing that correct documents cannot be produced and is not acceptable.  we cannot have documents issued giving the incorrect sums insured, it is just not on.

    Please can someone look at this again as a matter of urgency.  there is no point in waiting for people to vote on this as our clients would not have a clue what we are talking about as they do not produce their own documents.  you will just have to imagine that all our clients that have logins have voted "Yes" to this request.

    please come back to me.... preferably by tomorrow.  I have clients waiting to send out MTA documents that are incorrect !

    So you can see this history of this:

    Ticket (raised 3rd Jan) = #3555

    Question (raised 2nd Feb) = Using _Cover within IF statements on Adjustment documents

     

    Thanks

    0
    Comment actions Permalink
  • Avatar
    Rob Symonds

    Hi,

    Any answers that appear on the Matrix tab (Calculation type answers) store the CHANGES to the question at MTA.

    Therefore, on an MTA, when you use ## [QuestionName_Cover] ## you have access to the DIFFERENCE in cover for that answer.

    To get the amount for that POLICY all you need to do is prefix the token with "Policy_"

    So, 

    ##IF([Building_SI_Cover]=0,'Not Insured',[Building_SI_Cover]) ##

    Becomes:

    ##IF([Policy_Building_SI_Cover]=0,'Not Insured',[Policy_Building_SI_Cover]) ##

    Thanks,

    Rob.

    0
    Comment actions Permalink
  • Avatar
    Natalie Williams

    Rob, you are my hero.  Absolute genius !!!

    I shall be giving this a go this afternoon.  Thank you ever so much.  Sorry if I was sounding a bit angry before, I was just frustrated. We have been asking about this for months and didn't think it was possible.

    Thanks again

    By the way, is this a new thing or has Policy_ always been available ?

    0
    Comment actions Permalink
  • Avatar
    Rob Symonds

    Hi Natalie,

    It was part of the Crimson release.

    Thanks,

    Rob.

    0
    Comment actions Permalink
  • Avatar
    Natalie Williams

    Fab.  Thanks again.

    0
    Comment actions Permalink

Please sign in to leave a comment.