Skip to main content
1-Visitor
February 19, 2020
Solved

Access to the default code of services

  • February 19, 2020
  • 1 reply
  • 1653 views

Hello,

 

I want to personalize the "GetIdentityInfo" service in PTC.SCA.SCO.AssetMonitor.AssetList.AssetListServiceController to show different properties for the assets in the asset list.


I can override the default service and write my code, but I would like to have the code for the default service so that I can personalize it instead of writing the code from scratch. Is there any way to get the default code for the services??

 

Thanks in advance.

Best answer by Iker

Hello,

 

Finally, I was able to do it by modifying the "GetAssetAtributes" service inside PTC.SCA.SCO.AssetMonitor.AssetList.AssetListServiceController thing following the MFA documentation.

 

Thank you.

1 reply

16-Pearl
February 19, 2020

Hi @Iker ,

 

There is no way to access the service code.

You can only customize the things upto a limited extent and that is available in customization guide of manufacturing apps.


Thanks,

Himanshu

Iker1-VisitorAuthorAnswer
1-Visitor
February 24, 2020

Hello,

 

Finally, I was able to do it by modifying the "GetAssetAtributes" service inside PTC.SCA.SCO.AssetMonitor.AssetList.AssetListServiceController thing following the MFA documentation.

 

Thank you.