Skip to main content

Window: Request Processor

[Created: 11/01/2001 - Updated: 02/01/2000 ]
Description: Define Request Processors
Help: The Request Processor Window allows you to define different processes that you want to occur and the frequency and timing of these processes A Request Processor can be just for a specific Request Type or for all.

Tab: Request Processor

[Created: 11/01/2001 - Updated: 02/01/2000 ]
Description: Request Processor
Help: The Request Processor Tab allows you to define processes that you want to occur and the frequency and timing of these processes. If no other user is found, the items are assigned to the supervisor. A Request Processor can be just for a specific Request Type or for all.
Tab Level: 0

Table 10: Request Processor - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.r_requestprocessor.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.r_requestprocessor.AD_Org_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.r_requestprocessor.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.r_requestprocessor.Description character varying(255)
String
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.r_requestprocessor.IsActive character(1)
Yes-No
Request TypeType of request (e.g. Inquiry, Complaint, ..)Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc.r_requestprocessor.R_RequestType_ID numeric(10)
Table Direct
Scheduler_requestprocessor.AD_Schedule_ID numeric(10)
Table Direct
Alert after Days DueSend email alert after number of days due (0=no alerts)Send an email alert after the item is Due (after Date Next Action). If set to zero, no alert is sent.r_requestprocessor.OverdueAlertDays numeric(10)
Integer
Reminder DaysDays between sending Reminder Emails for a due or inactive DocumentWhen a document is due for too long without activity, a reminder is sent. 0 means no reminders.The Remind Days are the days when the next email reminder is sent.r_requestprocessor.RemindDays numeric(10)
Integer
Escalate after Days DueEscalation to superior after number of due days (0 = no)The item will be escalated and assigned to the supervisor after the number of days over due. If 0, there is no escalation.r_requestprocessor.OverdueAssignDays numeric(10)
Integer
SupervisorSupervisor for this user/organization - used for escalation and approvalThe Supervisor indicates who will be used for forwarding and escalating issues for this user - or for approvals.r_requestprocessor.Supervisor_ID numeric(10)
Table
Inactivity Alert DaysSend Alert when there is no activity after days (0= no alert)An email alert is sent when the request shows no activity for the number of days defined.r_requestprocessor.InactivityAlertDays numeric(10)
Integer
Days to keep LogNumber of days to keep the log entriesOlder Log entries may be deletedr_requestprocessor.KeepLogDays numeric(10)
Integer
Date Last RunDate the process was last run.The Date Last Run indicates the last time that a process was run.r_requestprocessor.DateLastRun timestamp without time zone
Date+Time
Date Next RunDate the process will run nextThe Date Next Run indicates the next time this process will run.r_requestprocessor.DateNextRun timestamp without time zone
Date+Time

Tab: Routing

[Created: 07/12/2001 - Updated: 02/01/2000 ]
Description: Request Routing
Help: Define the sequence of request types and keywords and to whom the web and mail requests should be routed to. The keywords are separated by space, comma, semicolon, tab or new line. The first match wins (first request type then keyword.
Tab Level: 1

Table 20: Routing - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.r_requestprocessor_route.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.r_requestprocessor_route.AD_Org_ID numeric(10)
Table Direct
Request ProcessorProcessor for RequestsProcessor for Requestsr_requestprocessor_route.R_RequestProcessor_ID numeric(10)
Table Direct
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.r_requestprocessor_route.IsActive character(1)
Yes-No
SequenceMethod of ordering records; lowest number comes firstThe Sequence indicates the order of recordsr_requestprocessor_route.SeqNo numeric(10)
Integer
Request TypeType of request (e.g. Inquiry, Complaint, ..)Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc.r_requestprocessor_route.R_RequestType_ID numeric(10)
Table Direct
KeywordCase insensitive keywordCase insensitive keyword for matching. The individual keywords can be separated by space, comma, semicolon, tab or new line. Do not use filler words like "a", "the". At this point, there are NO text search operators like "or" and "and".r_requestprocessor_route.Keyword character varying(60)
String
User/ContactUser within the system - Internal or Business Partner ContactThe User identifies a unique user in the system. This could be an internal user or a business partner contactr_requestprocessor_route.AD_User_ID numeric(10)
Table Direct

Tab: Log

[Created: 06/03/2004 - Updated: 02/01/2000 ]
Description:
Help:
Tab Level: 1

Table 30: Log - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.r_requestprocessorlog.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.r_requestprocessorlog.AD_Org_ID numeric(10)
Table Direct
Request ProcessorProcessor for RequestsProcessor for Requestsr_requestprocessorlog.R_RequestProcessor_ID numeric(10)
Table Direct
CreatedDate this record was createdThe Created field indicates the date that this record was created.r_requestprocessorlog.Created timestamp without time zone
Date+Time
SummaryTextual summary of this requestThe Summary allows free form text entry of a recap of this request.r_requestprocessorlog.Summary character varying(2000)
Text
ErrorAn Error occurred in the executionr_requestprocessorlog.IsError character(1)
Yes-No
ReferenceReference for this recordThe Reference displays the source document number.r_requestprocessorlog.Reference character varying(60)
String
Text MessageText Messager_requestprocessorlog.TextMsg character varying(2000)
Text
DescriptionOptional short description of the recordA description is limited to 255 characters.r_requestprocessorlog.Description character varying(255)
String