Run a Schedular in HCL Commerce V9 - e-commerce

How to run a schedular at a specific store? Using the HCL Commerce for the first name. I already checked the document : help.hcltechsw.com/commerce/9.1.0/management-center/tasks/tjstorejob.html

Related

How to handle App version while your newer vesion is in review?

I am new to version controlling and managing. I am in a situation where my current application is published and users are using it.
We have a new version, which we want to submit for review but for that we need to upload new version of backend to cloud and it wont work for older version and if we wont upload newe version then it wont work for reviewer.
How to resolve this issue ? Or Better implementation suggestions. Thank you
FrontEnd:- ReactNative
Backend:- Node and Express
Query Language for API: GraphQL
Cloud: Microsoft Azure.
Dont know how to resolve this
ok. for this. you have solution. you have to create a new api with v2 and run it. same put a static value on backend and Front-End for example
APP_VERSION = 1.
Now Create an API where it we'll get version from backend. if version number or different the show a message to user that please update the application.
for example. if we have uploaded new version to backend
APP_VERSION = 1.1
and user have app with
APP_VERIOSN 1.1
then show a message that please update to latest version

How to deploy an update to an already released Google Workspace Addon?

I have a functioning Google Sheets Add-on that is listed in the Google Workspace Marketplace. I've made changes in the new Apps Script Editor and tested them locally, now I want to push them to my users.
The process as I understand it, to press "New Deployment"
add a description and press "deploy"
after which I copy the "Deployment ID" into the Google Workspace Marketplace SDK page,
and hit SAVE in the bottom.
It's been a few hours and I still cannot see it being live.
Is there a review process for updates like this? Or am I missing a step?
The previous version is still being served to users as far as I can tell.
Update in response to the comment from #ziganotschka
I am making a Google Sheets Editor Addon, and I'm only now understanding the difference between that and the Google Workspace Addon. I've resubmitted my store listing for review with Google Workspace Addon disabled, and removed the "Common" part of my manifest. I've updated the "version" number to correspond to the latest deployment.
Is it not possible to test a Sheets Editor Addon from the new editor without deploying it as a Workspace Addon? And should updating the version number be sufficient to roll out an update?
From the question
Is it not possible to test a Sheets Editor Addon from the new editor without deploying it as a Workspace Addon?
It depends on what kind of test do you want to do, if your Apps Script project is bounded or a standalone project and what do you Editor add-on does and how it does that.
I.E. you might test a simple edit trigger (onEdit) by using a function for mocking the edit event object and passing it to the onEdit function. To be clear this doesn't need to create a new version and for testing and add-on it's not necessary to make a new deployment.
And should updating the version number be sufficient to roll out an update?
It depends on if the Cloud project OAuth consent screen was set for external use or for internal use, in the new version requires new scopes.
Let say that you fixed typo on a variable name, in this case only creating a new version and adding the version number to the add-on configuration page will be enough, but if you added a sensitive API and you add-on is set for external use, then you will have to update the OAuth consent screen and wait for Google review and approval.

How to set "Your name"

I cannot find any documentation or examples so I'm looking for guidance. When my Instant app is downloaded it shows up in Settings>Google>Google Play Instant with the app name and below that "Your Name". Other apps have found how to set "Your Name", for example, The NYTimes - Crossword has "The New York Times Company".
Is there a variable in a Manifest or a gradle file that needs to be filled?
I found out from Google Developer Support that the problem occurs if Instant Apps Dev Manager is installed and/or when the app is sideloaded.
The fix was to Uninstall IA Dev Manager, Clear App Data for my Instant App then re-execute the download from the Play Store. Checking Settings>Google>Google Play Instant the Instant App appears and the company name from my listing of the app with the Play Store shows up underneath. There is no Manifest or gradle attribute to supply; it comes from the Play Store automatically - if it's not blocked.

Change E-commerce Company Name

I want to use virto commerce in our start-up business with community license. Hence I want to put our company name in all pages of the virto commerce. How that can be done?
This can be done by modifying liquid themes through Commerce Manager. Go to Content->Store->Themes->Edit Html and open snippets/footer.liquid.
There you will find powered by link, you can add your company name next to it. To remove it completely you'll need a production community license, which you can request from virtocommerce.com site.

OpenERP Apps for more than 3 users

one month before i installed openerp 7 all in one version in windows, i have successfully installed the apps when i have user less then 3 but when i create more users and try to install more app openerp account ask for email and password after that he display following message (An OpenERP Enterprise subscription is required for one-click installation of OpenERP Apps for more than 3 users.)
how to fix this issue please guide me,
i also delete all the user except administrator but same message is displayed. even i deleted the database and restore another database and try to install app but same message is displayed with old database name and same number of users
You just need to sign in with the account you used to download the installation package. The local server will then start downloading the files.
Go to the APPS section of your account to get the download.
Ideally though, you can also set up BZR to do a pull so when there are updates you can get them in relatively easily also.
Well clearly it is a bug in OpenERP v7.
I have created a bug report https://bugs.launchpad.net/openobject-addons/+bug/1260377 fell free to subscribe to it.