Hello world,
I am trying to insert a record into ProjJournalTrans table via AIF Service.
I get the Following error:
Cannot edit a record in ProjJournalTable .The record has never been selected
I wonder why there is a Problem with ProjJournalTable
and if there is some update code for the ProjJournalTable following the Insert() at ProjJournalTrans, how can I allow this for AIF-Service?
*This post is locked for comments
I have the same question (0)Sometimes I have seen that the AOS cache is not refreshing (that is tracked by a change in RecVersion). You may call a this.reread() to make sure the data is fetched from the database and refresh the cached version stamp.
Please note that this might not work in some rare cases where they are making some funky stuff with the record buffer/cursor.