Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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.
Solved! Go to Solution.
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.
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
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.