Can't see products from "Add from all products" on SAP Sales Cloud - sap

I use product lists and categories on SAP Sales Cloud but for some reason, I can't display the products contained within the categories when clicking the "Add from all products" button on the right of the opportunities.
Can someone help me, please?

Related

Switch to only display products purchased by logged in user on shopify

I need a switch or checkbox on my site that makes the whole site only display products the logged in user has purchased before, or they can choose to display the whole catalog.
I'm not super keen on editing every product loop shopify uses, so if any of you guys have another idea, I'm very open to it!
Thanks all.

Modify menus shown to Portal users Odoo/Openerp

What I want to do is this:
When a new user is given access to the Portal, I want her only to be able to see a single Sales menu with a submenu Sales/Customers and nothing else.
I was able to do that by adding the menu to the Portal group, but I need to hide the other menus (Website,Mail,Projects). I removed all the other views from Portal group and made sure that my customer does not belong to any other group than Portal but the menus are still there.
From what I can understand the menus are shown only to certain groups of users. My user only belongs to the Portal group these menus are not referenced there. I only have my Sales/Customer there
How can I remove them?
Out-of-box odoo is designed to show all those menu as portal menu, so what you want todo here is create new group with portal check-box true and assigned all menu you wnat him to see and assign needed security. Designing this group be bit lazy as you will have todo lot of trails.
Bests

Need form in located in a SharePoint 2010 InfoPath web part to retain data submitted at the same time

I have created a form for use during a meeting. Multiple people need to click approve at the same time. The issue is if they all are in the form at the same time, it is only going to keep the last approval and resets the fields the others have approved... as there approval was not there when the form was opened. I guess I should have seen this coming. Is there anything I can do?
Use two lists with a parent/child relationship.
You need a master list with a unique ID and a detail list where the Master ID is assigned to the new list items to define the relationship. In the Master List you can customize the display form to contain a list view of the related items in the Detail list and a link to add new items to that detail list. A little bit of JavaScript will ensure that a new item in the Detail list gets the Master item's ID assigned automatically.
Clear as mud? The SharePoint Hillbilly has a video tutorial for 2007 and 2010.
If you go through the material (the 2007 stuff is good to understand the approach), you'll find that there are two techniques, one using SharePoint Designer, the other one without SPD.
Back to your meeting: Before the meeting, create an item in the Master list. Everybody can see the item on their screen and click to create a related item in the Detail list. They can all save their related item at the same time, since these are individual list items in the Detail list. Refresh the display view of the Master list item to see everybody's replies.

Prestashop, order product from supplier

In a new Prestashop installation I need to achieve on certain products, a on-hold status, meaning, for instance,
Some products are in stock ready to ship.
Other products must be ordered and will take 1 or 2 weeks to be delivered.
I've seen web stores where this info is displayed, my question is the following, is there a module that enbales this possibility? For instance, automaticly split the order with ready to stock items and order from supplier items?
Thanks,
Kind Regards
Prestashop already has this functionality, so no need for a module.
On the admin page, click on catalog->products. Then click the edit button for the product you want to change (should look like a paper and pencil). Click on the quantities tab, and then select 'Allow orders' under 'When out of stock'. You can then provide the message you want the user to see when the product is in stock, and the message they see when it's out of stock at the bottom of the page. Hit save you're done, at least for that product.

Prestashop Sell Option - Preowned Items

I'm completely new to Prestashop.
I have selected Prestashop as my platform for creating my intended shopping site. But I'd like to add one option "Sell" beside "Buy" button.
On clicking the "Sell" button it'll take me to a page, where the user needs to fill up a form, which will designed by me ofcourse with few textbox and dropdowns, And once he goes through the process, the data's will be saved in database.
Now in PHP, I can write this code within minutes, but I don't know and have no idea how to integrate this thing in prestashop.
So if anyone here can please help me out, I'll be glad.
Allow me to let you know, that I want this "Sell" idea on my shopping site, where generally people comes to Buy, is because I want to enable my site for 2nd Hand items, i.e. refurbished items. So I need an option to buy refurbished items through which users can sell me their refurbished items.
I don't know whether any plugin is available for this, though I don't see any normally through basic searching.
You need to develop your own module, which will show the "Sell" button using a hook in Prestashop template file(s), and create a new resource (your page with form) in your shop. Check Prestashop documentation and tutorials, Creating a Prestashop module and adding custom hooks in tpl files can be found at Creating custom hooks ... blog.