📚 SAP Business One SDK Help

InventoryCycles Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new inventory cycle.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveRemove a inventory cycle .
Public Method SaveToFileSave the inventory cycle to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates an existing inventory cycle .

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property CycleCodeSets or returns the cycle code.

Field name: Code.

Public Property CycleNameSets or returns the inventory cycle name.

Field name: Name.

Length: 20 characters.

Public Property DaySets or returns one of the following according to the valid value of the Frequency property:
  • Day of the week for weekly cycles (bof_Weekly).
  • Day of the month for monthly cycles (bof_Monthly).
  • Number of days for regular intervals, for example, every two days (bof_EveryXDays).

Field name: Day.

Public Property endTypeSpecifies how to stop the inventory cycle.

Field name: EndType.

Public Property FrequencySets or returns a valid value of the cycle interval.

Field name: Frequency.

Public Property FridaySets inventory cycle recurrence for Friday.

Field name: Friday.

Public Property HourSets or returns the time for issuing an alert.

Field name: Hour.

Public Property IntervalThe interval period.

Field name: Interval.

Public Property MaxOccurrenceThe maximum number of times inventory cycles can occur.

Field name: MaxOccur.

Public Property MondaySets inventory cycle recurrence for Monday.

Field name: Monday.

Public Property NextCountingDateSets or returns the date of the upcoming inventory cycle.

Field name: NextDate.

Public Property RecurrenceDayInMonthSchedules inventory cycles that run on a specific date each month.

Field name: DayInMonth.

Public Property RecurrenceDayOfWeekSchedules inventory cycles that run on a specific day each week.

Field name: DayOfWeek.

Public Property RecurrenceMonthSets inventory cycle recurrence on a monthly basis.

Field name: Month.

Public Property RecurrenceSequenceSpecifierSets inventory cycle recurrence on a weekly basis.

Field name: Week.

Public Property RepeatOptionDetermines how inventory cycles repeat at regular intervals.

Field name: SubOption.

Public Property SaturdaySets inventory cycle recurrence for Saturday.

Field name: Saturday.

Public Property SeriesEndDateThe end date of an inventory cycle series.

Field name: SeEndDat.

Public Property SundaySets inventory cycle recurrence for Sunday.

Field name: Sunday.

Public Property ThursdaySets inventory cycle recurrence for Thursday.

Field name: Thursday.

Public Property TuesdaySets inventory cycle recurrence for Tuesday.

Field name: Tuesday.

Public Property UserFieldsReturns the UserFields object.
Public Property WednesdaySets inventory cycle recurrence for Wednesday.

Field name: Wednesday.

See Also