Owebia Shipping selected country shipping list - magento-1.8

Owebia Shipping implement in my store.
how i disable country which i not want to shipped item.
there are no any selection for specific country selected list.
i want to ship item only in 50 country , other country not select from shipping step.

You can select specific countries from system->configuration->general->general
Select countries which you need to display on ship address dropdown.

Related

On Order Quantity Wrong in NetSuite

I'm working in a NetSuite instance where the Quantity On Order that is displayed on the item master in the "Location" sublist is not accurate for certain items only. The column for "Quantity On Order" is empty, but I have an open, approved Purchase Order in the system. Does anyone have tips for troubleshooting?
I've compared different items and can't find why one is working and the other isn't. There may be two items on the same PO and one item has a correct value for Quantity on Order and the other item does not. I've reviewed the Item Location Configuration records, and they're identical on the items I'm comparing.

Sharepoint list lookup column

I have a Sharepoint List "Registry" with ~8k rows of student information. I have filtered this row per Location etc. Europe, Asia etc.
I have anotherlist "Attendees" where i have a column "Location" and i want to add a lookup column "Student".
I want the lookup values that a user can choose from to be according the location. E.g if i haved chosen location "Europe" i want to be able to choose students from Europe from the Registry.
Is that possible?
I don't know if that is something that could work.

NetSuite saved search to pull backorder quantity based on location

I am trying to build an item saved search to pull the quantity backorder based on location. There are 8 locations in NetSuite. I would like to get backorder quantity from 3 locations. In the criteria I have added the "Inventory Location" is any of "Loc1, Loc2, Loc3".
In the results section, when I add the field "Back Ordered" and preview the results it's showing me the sum of backordered quantity of all locations. I would like to get the backordered quantity of three locations. Is there a way to pull the Back Ordered quantity based on location?
In results tabs add location field and in the summarytype "Group" should do the trick
Yes
Instead of using the column "Back Ordered" in your search use the column "Location Back Ordered" and include "Inventory Location" as one of your columns.
When multi-location is turned on then for each of the aggregate fields there is a "Location X" field that gives the quantity value for a location.

NetSuite Saved Search Showing Inside Sales Rep If There Is One

I'm trying to do a saved search in NetSuite that returns all of the customers in a particular state and, for those which have an Inside Sales Rep, the name of that rep.
But if I specify Sales Team Role = Inside Sales Rep in the criteria, the result only contains customers who have an Inside Sales Rep (and we have some that do not).
If I don't specify the Sales Team Role in the criteria but list Sales Team Role and Sales Team Member in the Results, then I get every customer, but a row for every sales team member, with their role - so multiple lines per customer. I don't want that.
I just want a line in the results for each customer and, if there is an Inside Sales Rep on that customer, that person's name.
Any suggestions?
Basically, you need a left join ;).
Instead, you can use a formula to return either the sales rep if the role is inside sales, or null, or null if there is no sales rep. Then you aggregate it using maximum.
Or you can use the rank function (using the formula above within the rank syntax), selecting where rank = 1. This allows you to save your aggregation for when you need it, at the expense of clarity.

How to autopopulate dialogue list in lotus notes?

I am having 1 form with 3 fields.
1st field is country,2nd field is state and 3rd field is city.
I configured the values for this fields from other form.
The problem is when i select country it has to display states come under that country and same like for city also.when i select a state it has to display the cities come under that state only.
You need resource documents, where you get the values of states and cities from. Either make a document for each country (containing the states) and for each state (containing the cities) or make only one document containing the states and cities in seperate fields.
Depending on the key (the country selected in your country field) use #DbLookup in your selection formula of the dialogue fields to find the right document/field (depending on which method you use).
In the properties for your Country and State fields, you need to make sure that you have the "Refresh fields on keyword change" property checked. And on the State and City fields, you need to make sure that you have the "Refresh choices on document refresh" proprety checked.
Then you will need a mechanism to do the lookups.The best way is as described by #Lesic's answer. I.e., you e view called "(LookupStates)" where the key column is Country, and a view called "(LookupCities)" where the key column is Country+State. You will pre-populate these views with documents containing the Country, State and City fields. And on your form, the formula for choices in the State field will do an #DbLookup call to the (LookupStates) view and the formula for choices in the City field with do an #DbLookup call to the (LookupCities) field.
Note that both of the formulas have to guard against error cases as well. I.e., the formula for State choices needs to check to make sure that Country is not blank, and the formula for the City choices needs to make sure that Country and State are not blank.

Resources