There is a field called 'IsDropShipItem' that we're trying to show on an Assembly/Group Item Form. When customizing the form, we can see it under Fields -> Inventory and it is marked to Show, but it doesn't show up on the record. It shows fine on the Inventory Item forms.
The issue here is that Kit items in NetSuite cannot be drop shipped. They are technically not an inventoried item, they are only a collection of their components, and as such, they cannot be purchased from a vendor. Group items will have the same issue. I recommend recreating your Kit item as an Assembly item, then you will be able to see and check the isDropShipItem checkbox.
Related
I have invoiced a Kit Item that contains a few component items. I am able to print/display component item name and its description, but unable to display the country of the manufacturer and a custom field of the component item as shown below in the screenshot,
Note: this appears when print ic clicked on the invoice.
every component has a different code and may have a different country
manufacturing.
#Mangrio unfortunately this is not standard functionality, which doesn't make sense.
You can use a suitelet to render the PDF template from the appropriate form, utilising a Saved Search to inject more data into the PDF, which tends to be slow, and is definitely extra time to build.
Other than that, I don't believe there is a solution.
I've tried the following:
Deleting the fields Name and Type, saving the template (red square in screenshot)
Selecting the field on the left tree and pressing delete (green in screenshot)
Using the Builder Options menu and pressing Remove button (blue in screenshot)
After any of these actions, the field would magically reappear. I've also tried renaming the field and the old name comes back. Does anyone have any idea why this might be happening? I thought it would be the easiest thing to delete a property.
If you are using Ucommerce you need to delete from product definition field not from Sitecore templates.
UCommerce is using a data provider to bring product fields from ucommerce db to Sitecore db.
That's the reason why fields are reaper in Sitecore.
Please check here how to add and delete product definition fields : http://docs.ucommerce.net/ucommerce/v6.9/getting-started/catalog-foundation/product-definitions.html
You need to save the template after making these changes. Use Ctrl+S or click Save in the Home ribbon.
To remove a field, you can also right click > delete in the Content Tree.
So I am trying to update a site from 2010 to 2013. The site has a list called vendors and a library called Invoices. Invoices have a lookup column on vendors. The Invoice edit page was customized in SPD 2010 in two ways:
The ListFormWebPart was hidden and a custom DataFormWebPart was added to let the user edit the metadata of the invoice.
A related List View was added so that users could see a list of invoices for the vendor being edited.
After upgrading the site to SharePoint 2013, the fields on the DataFormWebPart do not get rendered. If I remove the hidden ListFormWebPart, then The DataFormWebPart display its fields ok, but the related list shows nothing (the related list must get filtered using the ListFormWebPart).
I tried to recreate the scenario in a new SPWeb from scratch in 2013 and got the same results (I could not have a customized DataFormWebPart AND a related list view on an edit form.)
Is there any way to get this to work in 2013 as it did in 2010?
I’m thinking I could replace my related list with some JavaScript to pull the Invoice info and display it, but I am hoping there is an easier workaround.
The client wants to be able to display, within a WFFM form, a list of Sitecore items (each item containing an image & some HTML text), each item next to a checkbox to allow the end user to pick one or more of these items.
Within the form designer, for this particular field, we would like to have an item selector which can be used by the content editor to pick and choose which items to display in the list.
Is this something feasible in WFFM? Are there examples of complex custom form fields that I could take a look at? Thanks!
I just found out that what I asked can be easily accomplished with the ChechboxList field type already provided by WFFM and some CSS styling to handle the content of each item.
Thanks and sorry for the post.
I want to use single form for several pages like a block. Sitecore always creates a new form for a page.
How to share/reuse a form?
Depends on weather you are using WFFM 1 or 2 but it is quite similar.
Go to "Presentation/Layout details" for the item (page) that holds the form. You will find a rendering called "Form Interpreter" click this.
If you are using WFFM2 there is a "FormID" field that has your form selected. Just add a similar rendering to every page that you want the form to appear in and select the same form.
For WFFM1 there would be a parameter called "FormID" and a sitecore ID, copy this ID and the same renderings to the other pages including the parameters.
Good luck, Larre
There's an option to select a form to copy from. See paragraph 2.3.1 "Copying an Existing Form in the Page Editor" of this guide.
I had same issue with WFFM MVC version 8.1 (initial release)
our content editors wanted to use experience editor(page editor) and didn't want to change the datasource by going to presentation details and updating the datasource.
It doesn't need any coding
1- Copy /sitecore/layout/Renderings/Modules/Web Forms for Marketers/Mvc Form and give it a name "Custom Form"
2- Set the Data source location
3- Add the new rendering to place holder settings
/sitecore/layout/Placeholder Settings/content
my blog post
http://azadehkhojandi.blogspot.com.au/2016/01/how-to-reuse-web-forms-for-marketers.html