1
Automation Interface, Add-Ins and Tools / Re: Get/Set operation parameter multiplicity through API
« on: February 22, 2022, 07:07:44 pm »
For newbies: is it possible to give the backdoor code?
I guess, we're talking about some select
Select t_xref.`Type`, client.Object_ID as ClientID, client.Name as ClientName, client.Object_Type as ClientType, supplier.Object_ID as SupplierID, supplier.Name as SupplierName, supplier.Object_Type as SupplierType from t_xref, t_object client, t_object supplier where t_xref.Client = client.ea_guid and t_xref.Supplier = supplier.ea_guid;
I have ParameterGUID, I need to know the multiplicity of it. Don't know how to run selects yet
I guess, we're talking about some select
Select t_xref.`Type`, client.Object_ID as ClientID, client.Name as ClientName, client.Object_Type as ClientType, supplier.Object_ID as SupplierID, supplier.Name as SupplierName, supplier.Object_Type as SupplierType from t_xref, t_object client, t_object supplier where t_xref.Client = client.ea_guid and t_xref.Supplier = supplier.ea_guid;
I have ParameterGUID, I need to know the multiplicity of it. Don't know how to run selects yet