ContributionsMost RecentMost LikesSolutionsRe: [SDK] seeing weird behaviour while updating custom text key via SDK Thanks Doug Re: [SDK] unable to update the text keys in property file via SDK VarunGrazittiGagandeeps I am trying to edit the value and not the identifier. I also saw some weird behavior when I created new text key identifier and value using SDK. Please refer to https://community.lithium.com/t5/Developer-Discussion/SDK-seeing-weird-behaviour-while-updating-custom-text-key-via/td-p/324298 Thanks, Sachin Re: [SDK] unable to update email tenplate VarunGrazitti so if we have customized email template to start with in our environment we can not use SDK for email templates then ? Thanks, Sachin [SDK] unable to update email tenplate Hi, I am trying to use SDK for development. I imported email template from my current instance which was customized using plugin export command. I was able to get it in SDK folder. After that I made changes and pushed it successfully. However did not see any changes in instance. Then I tried creating a new custom template in SDk and pushed it. Changes were successfully added there and I was able to see the changes. I made changes in the same template using UI and save them. Then I exported the plugin again. I can see the see changes in SD as well. I added some more changes to same template and pushed the plugin successfully. After this i am not able to see thee changes in instance. Does SDK stop working or can not override once we have made changes in UI for email template. Please let me know. Thanks, Sachin [SDK] unable to update the text keys in property file via SDK Hi, I exported the plugin using SDK and then tried to make changes in existing custom text keys using SDK and was able to successfully push the plugin. However the changes were not getting reflected in the community. When I searched for the text key it showed me old value. Has any one tried it. Let me know if this is a bug or existing limitation. Thanks, Sachin [SDK] seeing weird behaviour while updating custom text key via SDK Hi, I was trying to add a custom text key in community via SDK. I added the key in text.en.properties file and uploaded the plugin. When I did the key search I was able to see it. But I am not able to see it in the text properties under community text. Next I added a custom text key via UI and exported the plugin to see if that gets added to the file "text.en.properties". After export I am able to see it in the file "text.en.properties" however I am not seeing my original text key which I added via SDK. When I searched for the key in the Text key UI search I am able to see it again. This is strange I can not see it the text in SDK plugins nor in UI as part of all text keys but if I search you that specific key I can see that in UI. Let me know if anyone can help me with the issue. Thanks, Sachin SolvedRe: Search API and OOB search Can someone help or have any idea regarding the request. Thanks Search API and OOB search Hi, I am seeing different results set and order of results when using V1 search API call and using OOB search component. Is search API not designed to mimic the OOB component ? Do we have some more logic added in OOB search on results and their order? I am assuming default V1 API search gives us results ordered by best sorting like OOB have Appreciate the help. Thanks, Sachin SDK getting error while creating project Hi I am running SDK in windows. after installation when I run the create-project I get below error . Can some one help. Thanks readline.js:924 throw err; ^ Error: Could not locate the bindings file. Tried: → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\build\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\build\Debug\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\build\Release\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\out\Debug\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\Debug\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\out\Release\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\Release\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\build\default\node_expat.node → C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\compiled\5.0.0\win32\x64\node_expat.node at bindings (C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\bindings\bindings.js:88:9) at Object.<anonymous> (C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\node-expat\lib\node-expat.js:4:32) at Module._compile (module.js:425:26) at Object.Module._extensions..js (module.js:432:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> (C:\Users\sachin_katiyar\AppData\Roaming\npm\node_modules\lithium-sdk\node_modules\xml2json\lib\xml2json.js:1:75) at Module._compile (module.js:425:26) Re: Getting issue with http.client.request Thanks PaoloT I tried the solution but it did not helped. I am getting freemarker error. Below is the error. { "error":" FreeMarker template error: Method public final lithium.coreapi.webui.template.models.HttpClientRequestTemplateModel lithium.coreapi.webui.template.models.HttpClientRequestTemplateModel.body(java.lang.String,java.lang.String) throws freemarker.template.TemplateModelException takes exactly 2 arguments, 1 was given. The failing instruction (FTL stack trace): ---------- ==> #assign resp = http.client.request("h... [in template "parsing_poc_remove_later.ftl" at line 1, column 1] ---------- Java stack trace (for programmers): ---------- freemarker.template.TemplateModelException: [... Exception message was already printed; see it above ...] at freemarker.ext.beans.SimpleMemberModel.unwrapArguments(SimpleMemberModel.java:96) at freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:107) at freemarker.core.MethodCall._eval(MethodCall.java:98) at freemarker.core.Expression.eval(Expression.java:111) at freemarker.core.Dot._eval(Dot.java:74) at freemarker.core.Expression.eval(Expression.java:111) Thanks, Sachin