{CompanyName} FlexyGo

CronProcesses..::..InsertNotices Method

Inserts the notices.

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool InsertNotices(
	DataTable dt,
	DataTable dtu,
	DataManager dm,
	ConfToken aConftoken
)
Public Shared Function InsertNotices ( _
	dt As DataTable, _
	dtu As DataTable, _
	dm As DataManager, _
	aConftoken As ConfToken _
) As Boolean

Parameters

dt
Type: DataTable
The datatable to obtain rows to insert.
dtu
Type: DataTable
The userid datatable to obtain rows to insert.
dm
Type: FLEXYGO.Data..::..DataManager
The Data Manager.
aConftoken
Type: FLEXYGO.Configuration.Tokens..::..ConfToken
a conftoken.

Return Value

true if inserted, false otherwise.

Exceptions


ExceptionCondition
ArgumentException Title is required or Message is required or MethodName is required or ReminderTime is required or ExpiryTime is required or AllUsers is required or TypeId is required
InvalidOperationException Error inserting Notices