1. 平台内核对象

登录会话-sessions

用于保存登录的用户、ip地址、登录时间等信息。

name: sessions
label: Session
icon: queue
hidden: true
字段名字段类型字段含义
nametext名称
userIdlookup用户
tokentextToken
userAgenttext用户代理
iptextIP地址
validboolean有效
is_phoneboolean手机
is_tabletboolean平板电脑
client_idtextClient ID
connected_app_idlookup连接的应用程序
modifieddatetime最近登录时间
createddatetime首次登录时间
权限属性useradmin
allowCreatefalsefalse
allowDeletefalsefalse
allowEditfalsefalse
allowReadtruetrue
modifyAllRecordsfalsefalse
viewAllRecordstruetrue
modifyCompanyRecordsfalse
viewCompanyRecordstrue

自定义主页-dashboard

用于定义应用的主页。

name: dashboard
label: Dashboard
icon: dashboard_ea
hidden: true
字段名字段类型字段含义
nametext名称
appslookup关联应用
widgetsgrid组件
widgets.$.labeltext标题
widgets.$.typelookup类型
widgets.$.positionlookup位置
widgets.$.htmltextareaHTML
descriptiontextarea描述
权限属性useradmin
allowCreatefalsetrue
allowDeletefalsetrue
allowEditfalsetrue
allowReadfalsetrue
modifyAllRecordsfalsetrue
viewAllRecordsfalsetrue

审计日志-audit_records

跟踪字段的修改历史,此功能会消耗更多服务器资源,只有必要的对象才应该配置此属性。

name: audit_records
label: Audit Record
icon: record
hidden: true
字段名字段类型字段含义
related_tolookup相关项
createddatetime时间
field_nametext字段
created_bylookup用户
previous_valuetext原始值
new_valuetext新值
权限属性useradmin
allowCreatefalsefalse
allowDeletefalsefalse
allowEditfalsefalse
allowReadtruetrue
modifyAllRecordsfalsefalse
viewAllRecordsfalsetrue

自动编号-autonumber

用于查看含有自动编号字段的对象和修改自动编号字段的当前编号值。

name: autonumber
label: Auto Number
icon: formula
hidden: true
字段名字段类型字段含义
object_nametext对象名
field_nametext自动编号字段
current_nonumber当前编号值
date_fromdatetime日期范围开始日期
date_todatetime日期范围截止日期
权限属性useradmin
allowCreatefalsetrue
allowDeletefalsetrue
allowEditfalsetrue
allowReadtruetrue
modifyAllRecordsfalsetrue
viewAllRecordstruetrue

WebHooks:object_webhooks

用于保存待执行的Webhooks队列。

name: object_webhooks
label: Object Webhook
icon: output
hidden: true
字段名字段类型字段含义
nametext名称
object_namelookup对象
eventsselect事件
fieldslookup推送字段
payload_urltextURL
content_typetext请求数据格式
activeboolean激活
spacetext所属工作区
权限属性useradmin
allowCreatefalsetrue
allowDeletefalsetrue
allowEditfalsetrue
allowReadtruetrue
modifyAllRecordsfalsetrue
viewAllRecordsfalsetrue

webhooks队列-object_webhooks_queue

用于保存待执行的Webhooks队列。

name: object_webhooks_queue
label: Object Webhooks Queue
icon: sms
字段名字段类型字段含义
webhookobjectwebhook
webhook.dataobjectdata
webhook.payload_urltextpayload_url
webhook.content_typetextcontent_type
webhook.actiontextaction
webhook.actionUserInfoobjectactionUserInfo
webhook.objectNametextObject Name
webhook.objectDisplayNametextObject Display Name
webhook.nameFieldKeytextName Field Key
webhook.redirectUrltextRedirect Url
sentboolean是否发送
sendingnumber发送数量
createdAtdatetime发送时间
createdBylookup创建人
权限属性useradmin
allowCreatefalsetrue
allowDeletefalsetrue
allowEditfalsetrue
allowReadfalsetrue
modifyAllRecordsfalsetrue
viewAllRecordsfalsetrue

API Key:api_keys

用于保存用户创建的API Key记录,启用状态的API Key通常被用于各种接口中身份验证。在激活华炎魔方私有部署项目时也是使用API Key来作身份验证的。

name: api_keys
custom: true
enable_api: true
enable_audit: false
enable_chatter: false
enable_events: false
enable_files: false
enable_inline_edit: false
enable_instances: false
enable_notes: false
enable_search: false
enable_share: false
enable_tasks: false
enable_workflow: false
icon: omni_supervisor
is_enable: true
label: API Key
字段名字段类型字段含义
activeboolean启用
api_keytextAPI Key
last_use_timedatetime最后使用时间
nametext名称
ownerlookup所有者
权限属性useradminsuppliercustomer
allowCreatetruetruetruetrue
allowDeletetruetruetruetrue
allowEdittruetruetruetrue
allowReadtruetruetruetrue
modifyAllRecordsfalsetruefalsefalse
modifyCompanyRecordsfalsefalsefalse
permission_set_iduseradminsuppliercustomer
viewAllRecordsfalsetruefalsefalse
viewCompanyRecordsfalsefalsefalse

设置-settings

name: settings
label: Setting
icon: custom
hidden: true
字段名字段类型字段含义
typetext类型
object_nametext对象名
record_idtext记录ID
settingsobject设置
权限属性useradmin
allowCreatetruetrue
allowDeletetruetrue
allowEdittruetrue
allowReadtruetrue
modifyAllRecordsfalsetrue
viewAllRecordsfalsetrue

对象触发器-object_triggers

name: object_triggers
icon: apex
label: Object Triggers
hidden: true
字段名字段类型字段含义
nametext名称
objectmaster_detail所属对象
whenlookup运行时
is_enableboolean已启用
todotextarea执行的脚本
权限属性useradmin
allowCreatefalsetrue
allowDeletefalsetrue
allowEditfalsetrue
allowReadfalsetrue
modifyAllRecordsfalsetrue
viewAllRecordsfalsetrue

_object_reload_logs

name: _object_reload_logs
hidden: true
字段名字段类型字段含义
object_nametextobject_name
change_dateobjectchange_date
change_timedatetimechange_time

外部数据源-datasources

name: datasources
label: DataSource
icon: entity
hidden: true
字段名字段类型字段含义
driverselect数据库类型
labeltext显示名称
nametextAPI 名称
urltext连接数据库的URL
hosttext服务器地址
portnumber端口
databasetext数据库
usernametext用户名
passwordpassword密码
mssql_optionstextarea连接选项
connectStringtextareaconnectString
timezonetext时区
optionsobjectOptions
enable_spaceboolean启用工作区
localetext语言
loggingbooleanDebug
is_enableboolean启用
权限属性useradmin
allowCreatefalsetrue
allowDeletefalsetrue
allowEditfalsetrue
allowReadfalsetrue
modifyAllRecordsfalsetrue
viewAllRecordsfalsetrue

邀请用户-space_users_invite

记录邀请信息

name: space_users_invite
icon: link
hidden: true
字段名字段类型字段含义
validbooleanvalid
invited_userslookupInvited users

外部应用-connected_apps

name: connected_apps
label: External Application
icon: entity
hidden: true
enable_api: true
字段名字段类型字段含义
nametext名称
codetextAPI 名称
activeboolean激活
app_logoavatar图标
descriptiontextarea描述
app_websiteurl应用官网
start_urltext开始 URL
mobile_start_urltext移动开始 URL
client_idtextClient ID
client_secrettextClient Secret
oauth2_enabledboolean启用 OAuth2
oauth2_callback_urltext回调 URL
oauth2_scopesselect范围
oauth2_logout_enabledboolean启用单点注销
oauth2_logout_urlurl单点注销 URL
saml_enabledboolean启用 SAML
saml_entity_idtextEntity ID
saml_issuertextIssuer
saml_idp_certtextIDP Cert
saml_acs_urlurlACS URL
saml_name_id_formattextName
saml_logout_enabledboolean启用单点注销
saml_logout_urlurl单点注销 URL
saml_logout_blockselect单点注销绑定
权限属性useradmin
allowCreatefalsetrue
allowDeletefalsetrue
allowEditfalsetrue
allowReadtruetrue
modifyAllRecordsfalsetrue
viewAllRecordstruetrue
modifyCompanyRecordsfalse
viewCompanyRecordstrue