View source | Discuss this page | Page history | Printable version   

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.ad.ui/AD Process Request

This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.ad.ui


Contents

AD_Process_Request

This table contains the following columns:

Name Nullable Data Type Description


AD_Process_Request_ID No VARCHAR (32) Request to run a Process, either directly or scheduled for a later date.
AD_Process_Set_ID Yes VARCHAR (32) Unique identifier for a Process Set (a collection of Process Requests).
Isactive No CHAR (1) There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reporting. There are two reasons for de-activating and not deleting records:

(1) The system requires the record for auditing purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

Channel Yes VARCHAR (20) The method by which this Process request was executed/scheduled (Direct, Scheduled, Webservice)
AD_Client_ID No VARCHAR (32) A Client is a company or a legal entity. You cannot share data between Clients.
Createdby No VARCHAR (32) The Created By field indicates the user who created this record.
Created No TIMESTAMP (7) The Created field indicates the date that this record was created.
Cron Yes VARCHAR (60) A Quartz cron expression to schedule this Process Request. More information on Quartz cron expression can be found at http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html and
Daily_Option Yes VARCHAR (60) Option to run a Process Request on a daily basis.
Daily_Interval Yes DECIMAL (10,0) The daily interval between executions of a process.
Monthly_Specific_Day Yes DECIMAL The specific date within each month. For example, specifying 15 will signify the 15th of each month.
Monthly_Day_Of_Week Yes VARCHAR (60) A day within a week.
Description Yes VARCHAR (255) A description is limited to 255 characters.
Scheduled_Finish Yes TIMESTAMP (7) The date and time a Process Request is due to finish (repeating).
Finishes_Date Yes TIMESTAMP (7) The date that this item will finish.
Finishes_Time Yes TIMESTAMP (7) The time that this item will finish.
Finishes Yes CHAR (1) Specifiy that this item should finish.
Frequency Yes VARCHAR (60) The frequency is used in conjunction with the frequency type in determining an event. Example: If the Frequency Type is Week and the Frequency is 2 - it is every two weeks.
DAY_Fri Yes CHAR (1) The day of the week Friday.
Hourly_Interval Yes DECIMAL (10,0) Interval in hours between an event (such as a process execution).
Minutely_Interval Yes DECIMAL (10,0) Interval in minutes between an event (such as a process execution).
Secondly_Interval Yes DECIMAL (10,0) Interval in hours between an event (such as a process execution).
Isgroup No CHAR (1)
DAY_Mon Yes CHAR (1) The day of the week Monday.
Monthly_Option Yes VARCHAR (60) An option by which to schedule a Process in a monthly manner. The option can be a specific date within each month, the last day of each month, or the Nth selected day within each month, such as the first Wednesday of each month.
Next_Fire_Time Yes TIMESTAMP (7) The next time a process will execute.
Minutely_Repetitions Yes DECIMAL (10,0) The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.
Hourly_Repetitions Yes DECIMAL (10,0) The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.
OB_Context Yes CLOB The context in which a Process Request was scheduled or executed. The context contains information such as user, client, organization, language, date format etc.
AD_Org_ID No VARCHAR (32) An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
Params Yes VARCHAR (4000)
Previous_Fire_Time Yes TIMESTAMP (7) The last time this Process Request was executed.
AD_Process_ID Yes VARCHAR (32) The Process field identifies a unique Process or Report in the system.
AD_Process_Group_ID Yes VARCHAR (32) Process Group to be executed in serials from the Process Request window
Secondly_Repetitions Yes DECIMAL (10,0) The number of times a process request will repeat after its first execution. Note that 10 repeats will give a total of 11 process executions.
Reschedule Yes CHAR (1) Reschedule a previoulsy (or currently) scheduled Process Request.
DAY_Sat Yes CHAR (1) The day of the week Saturday.
Schedule Yes CHAR (1) Schedule a Process to be executed, either immediately, at a later date or on a recurring basis.
Isrolesecurity Yes CHAR (1) A flag indicating whether access to an item should be based on a user's role within the system.
Start_Date Yes TIMESTAMP (7) The date on which an item is due to start.
Start_Time Yes TIMESTAMP (7) The time at which an item is due to, or did, start.
Status Yes VARCHAR (60) Current status of a debt/payment.
DAY_Sun Yes CHAR (1) The day of the week Sunday.
DAY_Thu Yes CHAR (1) The day of the week Thursday.
Timing_Option Yes VARCHAR (60) When to run a Process Request - either immediately, at a later date or on a recurring basis.
AD_Process_Request_Group_ID Yes VARCHAR (32)
DAY_Tue Yes CHAR (1) The day of the week Tuesday.
Unschedule Yes CHAR (1) Unschedule the Process.
Updated No TIMESTAMP (7) The Updated field indicates the date that this record was updated.
Updatedby No VARCHAR (32) The Updated By field indicates the user who updated this record.
AD_User_ID Yes VARCHAR (32) The User identifies a unique user in the system. This could be an internal user or a business partner contact
DAY_Wed Yes CHAR (1) The day of the week Wednesday.

Columns

AD_Process_Request_ID



top


AD_Process_Set_ID



top


Active



top


Channel



top


Client


Foreign key column to AD_Client table, (column: AD_Client_ID) It has a validation "AD_Client Security validation", with the following code

AD_Client.AD_Client_ID in (@#User_Client@)

top


Created By


Foreign key column to AD_User table, (column: AD_User_ID)

top


Creation Date



top


Cron Expression



top


Daily Option



List values: Process Daily Option

The allowed values for this list are:

top


Daily_Interval



top


Day in Month



top


Day of the Week



List values: Weekdays

The allowed values for this list are:

top


Description



top


Finish



top


Finish Date



top


Finish Time



top


Finishes



top


Frequency



List values: Process Frequency

The allowed values for this list are:

top


Friday



top


Hourly Interval



top


Interval in Minutes



top


Interval in Seconds



top


Isgroup



top


Monday



top


Monthly Option



List values: Process Month Option

The allowed values for this list are:

top


Next Execution



top


Num Repetitions



top


Number of Repetitions



top


Openbravo Context



top


Organization


Foreign key column to AD_Org table, (column: AD_Org_ID) It has a validation "AD_Org Security validation", with the following code

(@AD_Client_ID@='0' AND AD_Org.AD_Org_ID='0') OR (@AD_Client_ID@!='0' AND ((AD_Org.AD_Client_ID IN (@#User_Client@) AND AD_Org.AD_Org_ID IN (@#User_Org@)) OR AD_Org.AD_Org_ID='0' AND AD_Org.IsSummary='N'))

top


Params



top


Previous Execution



top


Process

Foreign key column to AD_Process table, (column: AD_Process_ID) It has a validation "AD_Process isBackground", with the following code

AD_Process.IsBackground='Y' AND AD_Process.AD_Process_ID <> '5BD4D2B3313E4C708F0AE29095AF16AD'

top


Process Group

Foreign key column to AD_Process_Group table, (column: AD_Process_Group_ID)

top


Repetitions



top


Reschedule Process



top


Saturday



top


Schedule Process



top


Security Based on Role



top


Start Date



top


Start Time



top


Status



List values: Process Status

The allowed values for this list are:

top


Sunday



top


Thursday



top


Timing



List values: Process Timing Option

The allowed values for this list are:

top


Triggered by Group


Foreign key column to AD_Process_Request table, (column: AD_Process_Request_ID)

top


Tuesday



top


Unschedule Process



top


Updated



top


Updated By


Foreign key column to AD_User table, (column: AD_User_ID)

top


User/Contact


Foreign key column to AD_User table, (column: AD_User_ID)

top


Wednesday



top


Other Info

Indices

These are the indices for this table (for each index there is a list of all the columns included within it):

top

Check Constraints

These are the check constraints for this table:

top

Back button.png   Back to org.openbravo.model.ad.ui

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.ad.ui/AD_Process_Request"

This page has been accessed 5,481 times. This page was last modified on 4 September 2023, at 01:57. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.