- Log in to post comments
User bio
404 bio not found
Member since Oct 26, 2017
Posts:
Replies:
This error occurs when the Python library or Python itself that you are using is not yet available at the time the ClassMethod attempts compilation. You need to modify your script accordingly.
- Log in to post comments
The community idea bonus criteria should include ideas with the "ideas contest" status, right? Because the "ideas contest" is also a type of community opportunity, isn't it?
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Followers:
Following:
Export compiled files obj, int and production xml
Do $SYSTEM.OBJ.Export("User.MyProduction.1.OBJ,User.MyProduction.1.INT", "C:\path\to\compiled_production.xml")
Import with -c flag to not compile and import compiled files exported:
Do $SYSTEM.OBJ.Import("C:\path\to\compiled_production.xml", "-c")