What formula di i type to get the price on invento...
# general
c
What formula di i type to get the price on inventory items? under sales / pricing. I can select Base price, and i will get the amount which is shown on the pic, but i also want to show what currency it is, Euro, DKK, USD etc etc
n
Not really sure but if you go to an item and look at the underlying structure (&xml=T) it might give you a clue, I can tell you that multi-currency / price breaks are less than intuitive I find.
c
What do you mean
like inspecdt eleement?
inspect*+
message has been deleted
price6 might be it
n
like this on the url:
Copy code
?id=31420&e=T&xml=T
I don't have an account set up to use those pricing fields otherwise I'd give you a more meaningful screenshot
c
Sry bro, but the url does not change when i switch tab
i can show you on zoom or skype if you wanna go
5 min
or here
n
Put the record in edit, add &xml=T to the end
c
ill try that
message has been deleted
ahhh like this!!!
Damn!!
i did not know you could do that, thats amazing
n
Yeah it's a bit rubbish actually but can be handy in a pinch
You could also just load the record in the console and JSON.parse(JSON.stringify(therecord)) as a down and dirty way to view it...
c
Ah yeaaa
and then get the field name
and then do a formula
to get to curency right
currency
message has been deleted
It seems like it would be price9 or sometihng
so maybe do formulatext("price9")
n
Probably not, that's a sublistid and you need to know that and the field internalid
c
message has been deleted
message has been deleted
n
I was just going to say have you checked that it's not already available in the columns list...
c
message has been deleted
,
message has been deleted
something is wrong
tho
n
Unfortunately, as I said, I don't have access to an account to fiddle with it to figure what you need and I don't know off the top of my head. Sorry, maybe someone else will come online to advise. I have accessed it via code and was looking for an example in case that gave a clue but I cannot find an example.
c
Alright, thanks for your time elliot
always appreciate your help brother
n
No problem and it's Neil 😉
c
Aahah sry man, ill remember till next time
👍 1
🤭 1