BPM数据库存放位置
BPM表存放位置
SQL 全选
SELECT [t0].[DirectiveID],
[t0].[Source],
[t0].[BpMethodCode],
[t0].[DirectiveType],
[t0].[Name],
[t0].[Order],
[t0].[IsEnabled],
[t0].[ReenterMax],
[t0].[PreventDeadloops],
[t0].[VisibilityScope],
[t0].[Company],
[t0].[DirectiveGroup],
[t0].[IsUpToDate],
[t0].[CGCCode],
[t0].[Body],
[t0].[Thumbnail],
CAST([t0].[SysRevID] AS BigInt) AS SysRevID,
[t0].[SysRowID],
[t0].[Description],
[t0].[IsProtected],
CAST(0 AS int) AS [DisplayOrder],
N'' AS [CompilerDiagnostics],
ISNULL(b1.BitValues, CAST(0 AS int)) AS [BitFlag]
FROM [Ice].[BpDirective] AS [t0]
LEFT JOIN [Ice].[BitFlag] AS b1 ON b1.RelatedToSchemaName=N'Ice' AND b1.RelatedToTable=N'BpDirective' AND b1.RelatedToRowId = t0.SysRowID
Source说明
SQL 全选
select * from [Ice].[BpDirectiveType]
在 Epicor 数据库表 Ice.BpDirectiveType 中,Source 字段表示 这个 BPM Directive 的来源类型(Directive Source),也就是它属于哪一类 BPM。
常见取值如下
| Source值 | 含义 | 对应类型 |
|---|---|---|
| BO | Business Object | Method Directive(方法指令) |
| DB | Database | Data Directive(数据指令) |
| DQ | Dynamic Query | BAQ BPM / BAQ Directive |
版权声明:本文为YES开发框架网发布内容,转载请附上原文出处连接
epicor 张国生


