Hello, I have been embedding other fields in custom fields, with mark and concatenation to pipe out to maps on our website. It has been working extremely well except I cannot pull {quantityavailable}. I am sure some of the group have seen this question before but I have not had much look in the forum search. I have a simple script and it works with other inserted fields other than quantity fields like quantity on hand, available etc… I have also tried {locationavalaible} and a few others, seems I cannot pull any numeric field or perhaps a field associated with an item as well as location? I don't know. Here is my little script, and it works with most fields just not the one I need?
Case
when {quantityavailable} > 0 then 'Print this text A'
else 'Then Print this text B'
end
Thank you so much, Scott
This is a cached copy. Click here to see the original post.