NetSuite - How to add new base Currency? - netsuite

I need to add a new base currency (SEK) into our NetSuite system.
I'm able to find those that are already configured as USD, Euro, Canadian Dolar..but I can't find where to add a new base currency.
Thanks in advance!

Go to the currencies page and press the "New" button.
Type currencies in the global search and select Page: Currencies from the list that comes up so you can review the current ones before adding another. As well on this page click on the ? Help button and review the topic that comes up (Currency Management) and it's sub topics.
If the page mentioned in the previous paragraph doesn't come up or the New button doesn't appear then the role/account you are logged into doesn't have the permissions required to add new currencies.

Related

Acumatica SalesOrder endpoint with LineDetails

I am trying to get the LineDetails with the get of a salesorder.
entity/defaultext/20.200.001/SalesOrder$expand=details&$top=100
With the expand=details I see the details object, but that doesn't contain all the "Line Details" from the screen.
How do we get the "Allocations" to come through as well? What I really need is the serial / lot number for each line detail entered.
acumatica sales order object
Thanks!
When you say "that doesnt contain all the line details from the screen" I assume not all the columns? You need to go to the "Web Service Endpoints" screen and add them. Be sure to click on the "Detials" sub tree item of "sales order" if you want to add details columns
The allocations tab is already a sub view of the details grid, you can expand it by using $expand=Details,Details/Allocations, and you can add any neccecary columns there the same way as you can at the details level.

Powerapps how to choose fields that are submitted to SharePoint list

I have taken over a project from someone who has left the business.
It is a Microsoft PowerApp which provides users with a form interface to upload items into a SharePoint list.
The submit button in the app works and the function is "SubmitForm(formName)"
My question is how does it know which fields to submit into which column in SharePoint?
for instance if I wanted to create a textbox in the form for "First Name" how would I make the powerapp submit the contents of that textbox into firstname field?
--edit removed screenshot--
I think you lack knowledge of powerapps w.r.t sharepoint.
Go through one of the example mentioned in docs of micro soft and you will get idea of how mapping of fields are done.
Your main concern is mapping fields.
https://learn.microsoft.com/en-us/powerapps/maker/canvas-apps/app-from-sharepoint
If you check your edit form, and click on any of your field/data card you will find settings as below. Here I have created custom column as "NumberColumn" and you can find Data properties same for your field as well.

Search with Customer Name in Customer ID field

In Sales Order screen the Customer filed allows to select the customer ID by typing customer name also, how we can add same functionality for Customer ID field in Customer screen. Please have a look at below screenshot for more reference. Any help really appreciated.
Sales Order screen screenshot # https://i.imgur.com/03UWk5A.png
As you mentioned this functionality is present on most screens when typing in the Customer ID field. However when working with a maintenance screen such as Customer maintenance the key field here IS customer ID. Or more accurately BAccountID. So the look up feature behaves a little differently. This is the same for vendors.
You have a couple options (probably more..)
Suggest to your users to type in the first few characters of the customer ID and click on the F3 key. This will show the select dialog box and jump directly to the first customer match. Even if the match is the Customer ID itself.
You could extend the Customer DAC, add a new unbound field with a PXSELECTOR attribute and write an event to fetch the selected customer and refresh the screen.
Option 2 is not encouraged because it could be confusing to your users and would introduce a quirky way of interacting with the screen. Also it might be a little tricky to code.

Microsoft Dynamics Online: adding "Add new Opportunity" (related to record) link to the form

I am customizing Accounts form layout. I would like to add "Add new Opportunity" hyperlink to the form. The opportunity should be related to the record.
What I've done:
I converted the text box to hyperlink. I have a working hyperlink.
I can point my hyperlink to "Add new Opportunity" page, as described here:
http://msdn.microsoft.com/en-us/library/cc150850.aspx
But the opportunity is not related to the particular Account record.
What I need to do:
I need to address my link to "Add new Opportunity", but related to the particular Account record.
Any advices? Thanks in advance
First of all you must obtain full URL of form for creation of new opportunity.
For my contact I have:
https://contoso.crm4.dynamics.com/main.aspx?etc=3&extraqs=%3f_CreateFromId%3d%257b1368FD64-C21A-E311-8AC9-3C4A92DBCCDF%257d%26_CreateFromType%3d2%26etc%3d3%26pagemode%3diframe%26preloadcache%3d1380105302598&pagetype=entityrecord
the bolted GUID is the id of record you want to be related to opportunity.
So you need to investigate your URL and place Account Id in correct place

Adding column item as a link in sharepoint

How do I add an item in a column as a link in a list in Sharepoint Server 2010?
What is the type of column which is showing link to another document?
Let me see if i understand you correctly.
You have seen the browse for document link in publishing sites, and you want this functionality in your standard list.
Unfortuately you cannot do this, the standard data types are:
http://office.microsoft.com/en-us/windows-sharepoint-services-help/create-a-site-column-HA010157769.aspx
So you are left with just plain old Hyperlink, which doesn't have the browse for document box.
If you try to create a site column with the datatype Publishing Hyperlink, and add it to your list, you should get an error message when you try to browse
"Cannot complete action"
You can add Calculated Value column in the list, and specify the formula for the column which will redirect you to the desired location.
You can do this with jQuery by parsing the link from the title with link or edit button. But also, if you want a non client side solution, there is a good article here http://www.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=70 on how to add a column and using a workflow fill that column with a "quick link" that the user can provide to people wanting to link to there document. It is a general approach that I think you can see could be adapted to various needs.
For a head start on a jQuery solution check out http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/ebda8a32-a6cc-49fa-b7e4-81f762b26266/
In order to link document with list item, you can create "Hyperlink with formatting and constraints for publishing" site column and add it to any list.
If you need to browse and upload multiple files per list item, you can use 3rd party add-ons like Sparqube Document column.

Resources