Solved

Does anyone have experience editing object connection services?

  • 17 February 2023
  • 1 reply
  • 122 views

Userlevel 2
Badge +6
  • Sidekick (Employee)
  • 13 replies

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, …).

icon

Best answer by Rakuse 27 February 2023, 10:03

View original

1 reply

Userlevel 1
Badge +1

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”.

Reply