CRUD for Live Objects FIFO? - crud

I use Live Objects Fifo which are very useful for my application. To manage them i use the Portal for now, but I would need to manage them programmatically. Do you now if there is CRUD API for that ?
Thanks in advance,

Yes you can :)
Did you check the swagger ?
I think you can do that
https://liveobjects.orange-business.com/swagger-ui/index.html#/Bus_management
and
https://liveobjects.orange-business.com/swagger-ui/index.html#/Bus_management_router

Related

Archer - How to implement Automatic Findings

I would like to know in what circumstances the Automatic Findings can be set. Is it related to a workflow? If not, how can you trigger an Automatic Finding with a simple example that I can carry out as a test?
Thanks in advance for your kind support.
Giovanni
Giovanni, in the questionnaire (Manage Questionnaires) on the Properties tab, then the Campaigns tab you would either configure the Automated and/or Manual Campaigns. Check the online help for more information on how to configure each of these sections.

Shopify App Necessary? Hard-code into Theme?

I have much experience developing for WordPress but this will be my first project developing for Shopify.
I will be customizing a 3rd-party Shopify Theme with custom functionality as per the client's website needs. I've been reading much documentation but I am still a bit confused about Shopify Apps...
My question is:
Do I need to build an App to extend the functionality of my theme, or can I just hard-code the new functionality directly into the theme? Is there any reason to develop an App for functionality that will only be used on my theme?
I thank you very much for your advice.
Do I need to build an App to extend the functionality of my theme, or can I just hard-code the new functionality directly into the theme?
Short answer: Yes. (Damn that mathematician's response!)
Is there any reason to develop an App for functionality that will only be used on my theme?
Longer answer: Sometimes, yes.
That wasn't very helpful
Longest answer: True. Let's break it down a little more, then.
Without knowing what you need to do, I can't offer a concrete yes-or-no answer to the question, "Should I build Feature X as an app?"
If you...
Need to add, modify or delete any objects that require admin privileges (including products, variants, collections, orders, etc.), or...
Need to listen for any of Shopify's webhooks, or...
Need to store data in an external database for any reason...
... you will need an app to have the permissions required to access and manipulate data at this level.
However, if you...
Can do everything you need with the existing Shopify objects, and...
Need few or no settings to control the desired behaviour...
... you would not need to create an app. Shopify themes have some powerful tricks & tools available to you, including:
The ability to create custom endpoints for any of the main types of objects to get the data you need;
Easily-edited settings_schema file to add arbitrary configuration variables to help control your mini-app;
Javascript endpoints to let you add, remove & edit products in the cart
Hopefully this quick breakdown helps you decide if you need to create an app or not. (And to anyone who does need to make a single-site app, remember that Shopify lets you create 'Private Apps' that don't have to go through the app store process to get widespread approval)
I thank you very much for your advice.
You're welcome! Hopefully it proves to be helpful. Good luck!

Implementing usage analytics in rails application

I want to implement some analytics for my rails web application, e.g.:-
Who's using the app?
How often they are using?
What content in the app are the users viewing?
Can anyone please suggest me a Ruby gem or any way to start working on this ?
Thanks
I may mention you some names. Very useful tools that I use.
Clicky
Chartbeat
Woopra...
There are many more available, but i like these three the most ! :)

OFBiz mobile commerce (m-commerce)?

Is there any functionality in OFBiz for m-commerce store? I already used OFBiz for eCommerce store. OFBiz has great functionality for eCommerce. I just want to know is there any way for building m-commerce store with OFBiz functionality or we can just make different design for mobile and maintaining same OFBiz functionality ? I am unable to find any answer to this. Please help me with best way.
Thanks
you can try to create a new application, which will be reusing what is existing.
look at hhfacility, it's a simplified interface for facility management for hand held devices.
Cheers
The mobile application can also use the same application, only the FTL of Presentation layer differs, the backend services will remain same.

Can you provide authentication in the Play framework?

I have been reading about the Play Framework. It is said to be pretty nice, easy to work with and "fun." I also have read that it makes stateless applications. However, I can't think of many things to build that I would want to be truly stateless.
I would hope that I can at least have a user log in and create security and user privileges around that authentication. Is that possible to do in the Play Framework?
Check out: http://www.playframework.org/documentation/1.2.4/guide8