Hi all. Picking up on "10. Leverage emerging technologies: Emerging technologies like AI, machine learning, and blockchain have the potential to transform organizations, and enterprise architects should stay up-to-date on these trends and evaluate th...
Thanks @markushaug. Does the new Build curriculum mean that https://learning.sap.com/learning-journey/utilize-sap-build-for-low-code-no-code-applications-and-automations-for-citizen-developers will be retired instead of being fixed?
I'd agree. This part of the training is temperamental. Sometimes it works; sometimes, it doesn't. Note my earlier comments above. Yes, please, more elaboration about the purpose behind the configuration would be helpful, hint, hint... Thanks!
I'd agree. This part of the training is temperamental. Sometimes it works; sometimes, it doesn't. Note my earlier comments above. Yes, please, more elaboration about the purpose behind the configuration would be helpful, hint, hint... Thanks!
In CLD900 in Cleaning Up Message Data (sap.com) if you copy the code for sub_special_characters.groovy you'll get:...def Message processData(Message message) {//Body def body = message.getBody(java.lang.String);body = body.replaceAll("<", "<")body = ...