Skip to main content

Greetings,

I have some hard time implemention projection action. Originally appeared when customizing a projection, but I’ve succesfully reproduced with a new projection from scratch as well:
 

Successfully created a method from a generated skeleton to a new PLSVC file. However, when trying to generate the code, I get ImplementationMissing error:
 


It reproduces with the documentation examples as well.

It seems that no matter what I do, projection files do not search the implementation in .plsvc when generating.

What is funny that IDE itself detects the methods properly.

Please help me to resolve the generation issues. Thank you!

Hi @paulauskas 

 

What is the version of the IDE you are using for this implementation ? 

Go to Help>About and get the information 

 


IFS Developer Studio 18 (Build 24.1.0252 2024-08-13)

Also reproduced with 24.1.0093 (Build 2024-05-06 13:49)

In addition, possible workaround is ticking the “NoErrorOnStaticCodeValidation” on “Feature toggles...” on Target Version setup. After that, code generates properly. So, the probable issue is with Static Code Analysis.


hi @paulauskas 

 

i was able to recreate this issue internally, will create a User story and do the correction. until then u adhere to the workaround by ticking the “NoErrorOnStaticCodeValidation” on “Feature toggles...” on Target Version setup..

once we do a fix and release the tool will let you know so you can revert back the toggle as we do not advice to disable SCA when doing development as you will unknowing commit code with issues,which would lead to build and runtime issues.

/Harshini


hi @paulauskas 

 

Now we are unable to recreate the issue in the latest developer studio tool, Can pls try downloading the latest tool from portal and try to recreate the issue?

 

/Harshini


Reply