Member Junction
Preparing search index...
@memberjunction/codegen-lib
resolveRemoteOperationSchema
Function resolveRemoteOperationSchema
resolveRemoteOperationSchema
(
op
:
MJRemoteOperationEntity
&
{
SchemaName
?:
string
}
,
entities
:
readonly
RemoteOperationEntityDescriptor
[]
,
allSchemas
:
string
[]
,
mjCoreSchema
?:
string
,
)
:
string
Resolves the logical schema that an MJ: Remote Operations row belongs to.
Precedence:
An explicit SchemaName property if present on the entity object (forward compatibility).
An entity in the entities list matching the OperationKey's namespace (authoritative entity declaration).
An OpenApp schema matching the OperationKey's namespace (anchored heuristic).
Fallback to mjCoreSchema ('__mj').
Parameters
op
:
MJRemoteOperationEntity
&
{
SchemaName
?:
string
}
entities
:
readonly
RemoteOperationEntityDescriptor
[]
allSchemas
:
string
[]
mjCoreSchema
:
string
= '__mj'
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
Resolves the logical schema that an MJ: Remote Operations row belongs to.
Precedence: