Welcome To T24All
Welcome, Guest
Username Password:

How to create an override
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: How to create an override

How to create an override 1 year, 5 months ago #5592

  • diveshsingh
  • OFFLINE
  • Senior Boarder
  • Posts: 56
  • Karma: 0
Dear All,
I want to create an overide which says NATIONAL ID exists in Customer (Customer number) Spouse profile.

I want to call this override from my routine.


Please Help

Thanks
Divesh

Re: How to create an override 1 year, 4 months ago #5595

  • kripesh
  • OFFLINE
  • Gold Boarder
  • Posts: 170
  • Karma: 6
Which release of T24 are you using ? You could go through the discussions made in
Usage of STORE.OVERRIDE routine

Re: How to create an override 1 year, 4 months ago #5598

  • diveshsingh
  • OFFLINE
  • Senior Boarder
  • Posts: 56
  • Karma: 0
Thanks I went through STORE.OVERRIDE and its quite clear to me how to raise an override.

I am running on T24 R08

THOMAS has asked you another question what if we dont clear the override and maintain them, what will bt the value of CURR.NO


Another things, is it possible to have a POP UP message instead of having an OVERRIDE, I have tried popping up a message using a java program, but problem is when I click ok the popup disappear as expected to, but the routine keep on running


Thanks
Divesh

Re: How to create an override 1 year, 4 months ago #5599

  • kripesh
  • OFFLINE
  • Gold Boarder
  • Posts: 170
  • Karma: 6
What the system clears is not the previously recorded override but override that are not relavant for the current transaction. Eg. Lets say you have a DEBIT.AMOUNT of 1 Million entered when the working balance in the account is only 50K then an override would be raised but when you change the DEBIT.AMOUNT to lets say 20K and commit the override should not be displayed. This is what happens during clearing.

If a record is authorised with an OVERRIDE definitely the override is maintained in the record itself. In Browser( stateless architecture) I would advise you not to have a popup windows for anything.

Re: How to create an override 1 year, 4 months ago #5603

  • diveshsingh
  • OFFLINE
  • Senior Boarder
  • Posts: 56
  • Karma: 0
Hello,
I tried, the routine works fine when in Desktop and Classic. Even in Browser I can see the override message in OVERRIDE Field,but I cannot see the OVERRIDE message to accept it. Please help see my code below

IF SP.RR = 1 THEN
CURR.NO = 0
CALL STORE.OVERRIDE(CURR.NO)
AF = EB.CUS.LOCAL.REF<1,202>
TEXT = "Sorry National ID exit at Customer Spouse Profile " : CUS.ID
CALL STORE.OVERRIDE(CURR.NO)
*CALLJ "test.Divesh", "$DiveshPop", data SETTING fromjava
*CRT 'fr java ' : fromjava
END
RETURN

Re: How to create an override 1 year, 4 months ago #5605

  • diveshsingh
  • OFFLINE
  • Senior Boarder
  • Posts: 56
  • Karma: 0
it worked thanks

Re: How to create an override 1 year, 4 months ago #5609

  • join2rag123
  • OFFLINE
  • Senior Boarder
  • Posts: 52
  • Karma: 0
Hi To All,

I want to know why you used curr.no = 0

and your checking

IF SP.RR = 1 THEN
CURR.NO = 0
...
...
END

PLEASE TELL WHY YOUR DOIN LIKE THIS?
  • Page:
  • 1
Time to create page: 0.38 seconds