作業フロー活動(すべて) (ウィンドウ ID-298)
提供: iDempiere ja
ウィンドウ: 作業フロー活動(すべて)
説明: Monitor all Workflow activities
助ける: Maintain all Workflow activities
TAB: 活動
説明: 作業フロー活動です。
助ける 作業フロー活動は作業フロー過程インスタンスで実際の作業フローノードです。
ファイル:作業フロー活動(すべて) - 活動 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Workflow Process | 作業フロープロセス | Actual Workflow Process Instance | Instance of a workflow execution | AD_WF_Process_ID numeric(10) NOT NULL Table Direct |
Node | ノード | 作業フローノード(活動)、ステップまたはプロセスです。 | 作業フローノードは、作業フローの一意に決まるステップかプロセスを示します。 | AD_WF_Node_ID numeric(10) NOT NULL Table Direct |
Priority | 優先権 | Indicates if this request is of a high, medium or low priority. | The Priority indicates the importance of this request. | Priority numeric(10) Integer |
Created | 作成日 | このレコードが作成された日付です。 | 作成日フィールドはこのレコードが作成された日付を示します。 | Created timestamp without time zone NOT NULL Date+Time |
Workflow State | 作業フロー状態 | State of the execution of the workflow | null | WFState character(2) NOT NULL List |
End Wait | 待ち終了 | End of sleep time | End of suspension (sleep) | EndWaitTime timestamp without time zone Date+Time |
Workflow | 作業フロー | タスクの作業フロー、またはタスクの組み合わせです。 | 作業フローフィールドは、システムで一意に決まる作業フローを特定します。 | AD_Workflow_ID numeric(10) NOT NULL Table Direct |
Workflow Responsible | 作業フロー責任 | Responsible for Workflow Execution | The ultimate responsibility for a workflow is with an actual user. The Workflow Responsible allows to define ways to find that actual User. | AD_WF_Responsible_ID numeric(10) Table Direct |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) Search |
Table | テーブル | フィールドの情報が入ったテーブルです。 | テーブルは、フィールドが存在するテーブルを示しています。 | AD_Table_ID numeric(10) NOT NULL Search |
Record ID | レコードID | Direct internal record ID | The Record ID is the internal unique identifier of a record. Please note that zooming to the record may not be successful for Orders, Invoices and Shipment/Receipts as sometimes the Sales Order type is not known. | Record_ID numeric(10) NOT NULL Button |
Message | メッセージ | System Message | Information and Error messages | AD_Message_ID numeric(10) Table Direct |
Last Alert | 最新の警告日 | Date when last alert were sent | The last alert date is updated when a reminder email is sent | DateLastAlert timestamp without time zone Date |
Text Message | テキストメッセージ | Text Message | null | TextMsg character varying(2000) Text |
Manage Activity | 活動を管理 | 活動の管理です。 | null | Processing character(1) Button |
Processed | 処理済 | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
Workflow Activity | 作業フロー活動 | Workflow Activity | The Workflow Activity is the actual Workflow Node in a Workflow Process instance | AD_WF_Activity_ID numeric(10) NOT NULL ID |