MISSING VERSION-RECORD Error message

  • Dragon
  • Dragon's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 10 months ago #19340 by Dragon
MISSING VERSION-RECORD Error message was created by Dragon
Hello, when I try to go on
http://127.0.0.1:8085/BrowserWeb/servlet/BrowserLoginServlet
- Admin Menu - Payment Hub - Trip Status Action - Status Action List - Create New Record, all OK. If I open my BRP-models - Components - PP_TRIPGUI - Public - PPT.STATUSACTION.enquiry - right click - Design Studio - Generate Code - it compiles ok but in my browser, when I try to Create a New Record from Trip Status Action - Status Action List it gives me an
Error message 
MISSING VERSION-RECORD
.
In my PPT.STATUSACTION.enquiry file it is an
tool PP.ENQ.DETAIL {
        label {
            en = "Create New Record"
        }

        command: "docommand(\"PP.STATUS.ACTION,CREATE I F3\")"
    }

If I try in browser an
PP.STATUS.ACTION,CREATE I F3
it works ok but from my code it gives me that MISSING VERSION-RECORD.
Also, if I make my command for Create New Record something like
command: "docommand(\"PP.SPECIFIC.WEIGHT,CREATE I F3\")"
it opens a Create new record for SPECIFIC.WEIGHT.

What should it be???

Please Log in or Create an account to join the conversation.

More
7 years 10 months ago #19345 by kripesh
Replied by kripesh on topic MISSING VERSION-RECORD Error message
Check if you have a space after the comma in the Version name and also use NEW keyword instead of F3 for browser

Have a great day !

Please Log in or Create an account to join the conversation.

  • Dragon
  • Dragon's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 10 months ago #19350 by Dragon
Replied by Dragon on topic MISSING VERSION-RECORD Error message
I can't have a space after the comma because I said the command works in the browser. If I put a space after comma it won't work in the browser. Also, I tried with F3 and NEW but it's the same,
PP.STATUS.ACTION,CREATE I F3
or
PP.STATUS.ACTION,CREATE I NEW
gives that
MISSING VERSION-RECORD
but other apps works - like
PP.SPECIFIC.WEIGHT,CREATE I F3
I don't know what could be the problem...

Please Log in or Create an account to join the conversation.

  • Dragon
  • Dragon's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 10 months ago #19352 by Dragon
Replied by Dragon on topic MISSING VERSION-RECORD Error message
I found it.
In ENQUIRY I had


After I modify it to:


The problem is solved.
It's a T24 BUG...
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.122 seconds