Problem with "Jobs Setup" table...

CcsCcs Member Posts: 13
Hello...

I need your help..if anyone knows...

I have a problem in using 'Jobs Setup' table.I have added 2 more fields in it and i want to retrieve them through code.The problem is that when i use "GET" or trying to override it by using "FIND" no answer come back-it finds no records even though there is one.

If anyone knows please inform...

Thank you..

Comments

  • BorisKBorisK Member Posts: 45
    Perhaps GET does not work if you have non-blank Primary Key. Try FIND('-') - I can't imagine what could go wrong then. [-(
  • BalelloBalello Member Posts: 61
    It can be..... temporary table! :mrgreen:
    I don't envy anybody who caught up his aim. I travel gladly.
  • bobnavisionbobnavision Member Posts: 159
    can you post the code which you have written.
  • CcsCcs Member Posts: 13
    Thanks guys but i find it...

    I checked form "Job Journal" that uses codeunit "JobJnlManagement".The code in trigger "onOpenForm" does the job.It was tricky.. :?
Sign In or Register to comment.