Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function ModifiedListViewItem(ctx) {
  2. return "Product Name : "+ctx.CurrentItem.Product_x0020_Name+" . The sales target for "+ctx.CurrentItem.Product_x0020_Name+" is "+ctx.CurrentItem.Sales_x0020_Target+" . The Current Sales Count is "+ctx.CurrentItem.Total_x0020_Sales+" units . </br></br>";
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement