Hi All.
After publishing some survies (Object information Flow) linked to an object type, the entity is taking a long time to sync.
Is there any filter I can apply to improve the performance?
Tks


Hi All.
After publishing some survies (Object information Flow) linked to an object type, the entity is taking a long time to sync.
Is there any filter I can apply to improve the performance?
Tks
Best answer by lopespetro
Hi
As we are moving to IFS cloud, let’s see if RnD has some solution for this issue.
the view now is like this.
CREATE OR REPLACE VIEW IFSPET.WORKFLOW_OBJECT_SURVEYS AS
SELECT survey_id survey_id,
configuration_seq configuration_seq,
contract contract,
mch_code mch_code,
item_class_id item_class_id,
objkey objkey,
objversion objversion,
objid objid
FROM c_workflow_object_survey
WHERE user_id = Fnd_Session_API.Get_Fnd_User
WITH READ ONLY;
comment on table IFSPET.WORKFLOW_OBJECT_SURVEYS is 'LU=CWorkflowObjectSurvey^PROMPT=Workflow Object Surveys^MODULE=WOCFG^';
comment on column IFSPET.WORKFLOW_OBJECT_SURVEYS.SURVEY_ID is 'FLAGS=PMI-L^DATATYPE=STRING(20)^PROMPT=Survey Id^REF=Survey/NOCHECK^';
comment on column IFSPET.WORKFLOW_OBJECT_SURVEYS.CONFIGURATION_SEQ is 'FLAGS=PMI-L^DATATYPE=NUMBER^PROMPT=Configuration Seq^REF=WorkflowCfgFilter/NOCHECK^';
comment on column IFSPET.WORKFLOW_OBJECT_SURVEYS.CONTRACT is 'FLAGS=PMI-L^DATATYPE=STRING(20)^PROMPT=Contract^REF=Site/NOCHECK^';
comment on column IFSPET.WORKFLOW_OBJECT_SURVEYS.MCH_CODE is 'FLAGS=PMI-L^DATATYPE=STRING(100)^PROMPT=Mch Code^REF=EquipmentObject(contract)/NOCHECK^';
comment on column IFSPET.WORKFLOW_OBJECT_SURVEYS.ITEM_CLASS_ID is 'FLAGS=A-IUL^DATATYPE=STRING(10)^PROMPT=Item Class Id^REF=ItemClass/NOCHECK^';
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.