Skip to main content
Solved

Does anyone have experience editing object connection services?

  • February 17, 2023
  • 1 reply
  • 160 views

jami
Sidekick (Employee)
Forum|alt.badge.img+6
  • Sidekick (Employee)

Does anyone have experience editing object connection services? I would like to create a new service to object connection. The new service is CRIM and we like to connect those records to IFS Business objects (WO, Equipment, …).

Best answer by Rakuse

You should be able and create new ObjCon Services just as in any of the existing ones that are found in Core. Easiest might be to actually check one of the existing examples like:

MediaLibrary.entity:

...

codegenproperties {
   ObjectConnectionService "true";
}

...

MediaLibraryAttachment.client:

...
objectconnection MediaLibrary {
label = "Media";

...

Once deployed, you should be able to “Connect” your new service with any LU’s (Entities) using “Object Connections”.

1 reply

Forum|alt.badge.img+1
  • Do Gooder (Employee)
  • Answer
  • February 27, 2023

You should be able and create new ObjCon Services just as in any of the existing ones that are found in Core. Easiest might be to actually check one of the existing examples like:

MediaLibrary.entity:

...

codegenproperties {
   ObjectConnectionService "true";
}

...

MediaLibraryAttachment.client:

...
objectconnection MediaLibrary {
label = "Media";

...

Once deployed, you should be able to “Connect” your new service with any LU’s (Entities) using “Object Connections”.