Blog directory

Value of SV File_IO_Status in Table IO

On an Update or Delete, SV File_IO_Status will always return “CO SUCCESS” even if the update or delete is not successful because the record does not exist. Per Development, it is Working as Designed as stated in SAR 3434592.

According to SQL Database Standard, an Update or Delete is considered successful even when “zero” row records is returned by the Database Update or Delete.

The workaround is to issue a FetchSingle on the record to be updated/deleted and use the result of the SV File_IO_Status of the FetchSingle to issue the update or delete.

Source: EnterpriseOne Docs

Related posts:

  1. JDE Table Event Rules
  2. Change Database values using MS Access (JDE E1 Oracle)
  3. Using BSFN to Delete All Records from a Table
  4. Using Complex Database Views on EnterpriseOne
  5. Writing a P80010 Table Definition Browser App.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*