Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
issue with hide ReqBy if ReqBy = ReqForSo a new requirement on my project is to hide ReqBy if ReqBy=RegFor.Easy I thought: if ( ReqInitiatorID == ReqCustomerID ) { //code simplified serviceForm.RC_REQUESTEDBY.setVisible(false); }Well durin...
So I found out that Business Engine considers (RC doesn't)"New Scale" = " New Scale" = "New Scale ", with leading and trailing space trimming.However does "New Scale" equal to any of the above?
I ran the Authenticate per Session request and received a valid session token. Using SoapUI.Then I ran a subsequent request, which is denied with error AUTH002 or error AUTH008 depending what values I add to the header, Any suggestions on how to p...
fix the JS errorsMajority of us have JavaScript debugger enabled in IE. When visiting this GroupSwim site I get a lot of JS errors. Can they look into those?
Permission issueWe deployed some services to Prod today. The services were set to be orderable by anyone. Once the decission was made not to release them I changed the permissions to ITSC Prod Support OU and have removed anyone. Services remained vis...
we had a similar issue a while back where the Approval button was not working in Spanish, needed a fix from nS for itThe way to fix this would be to locate the language XML file, override the French caption with Submit and on onLoad write a global JS...
so I went in and changed my profile to French and you are correct it errors!JS Error # serviceForm.addEvent("submit","openModal();");Yet there is no SUBMIT button, its Soumettre la commandeDue to the JS error, no other JSs ar ebeing executedOPEN A...
some webservers (IHS for example) have a directory structure such as en_US, fr_FR and only display the files based on users locale. If you are saying that code out of serviceDesigner doesn't get displayed, then I dont know what else it could be. I wo...