내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Price value in Adobe Recommendation

Avatar

Level 3

We are running recently viewed recommendation activity and we are passing "price" value in mbox parameter as entity.value (whole number only). We are using this value in Design. Problem is, the price is shown in with decimal value only. Why by default the values are coming in decimal.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

praveshn57004778​ This is not explicitly mentioned in our documentation but if you check Entity attributes  you can see that entity.value is denoted with a decimal and also Customize a design using Velocity  has an example to change the decimal to a comma in the design.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Employee

praveshn57004778​  entity.value is a float in Recs but you can format it as a whole number in the design template. Or if you want it to be formatted differently on the storage side, they you can pass it in a custom field and not as entity.value.

Hope this helps answer your question.

Avatar

Level 3

Shruthi Naomi​ Thats helpfull. Can you provide a document stating the same as i have seen in many forums where customer are saying the otherwise. It would be really helpfull

Avatar

정확한 답변 작성자:
Employee

praveshn57004778​ This is not explicitly mentioned in our documentation but if you check Entity attributes  you can see that entity.value is denoted with a decimal and also Customize a design using Velocity  has an example to change the decimal to a comma in the design.