Editing rental loop on packing list template
Answered
I want to edit the rental loop portion of our locations' packing list templates. I've managed to lay out item-level lines the way we want, but I don't seem to have the ability to edit the layout of the accessory/option lines.
Is that something that I have control over? Please see screenshot attached.
Files:
Capture.JPG
Correct, You could only place the variable after the rental packing list variable
Correct, You could only place the variable after the rental packing list variable
What are you trying to do with the accessories line?
What are you trying to do with the accessories line?
I'd like to add one of our custom fields and if possible, reformat the lines slightly.
I'd like to add one of our custom fields and if possible, reformat the lines slightly.
you can edit your packing list however you want
this is how we edited that section to look on our packing lists
you can edit your packing list however you want
this is how we edited that section to look on our packing lists
those notes come from when we add notes to this section on the lead
those notes come from when we add notes to this section on the lead
Thanks for your comment. I'm able to get the items to display the way I want without issue. The difficulty comes because we add accessories as options or sub-items to our main items. The rental loop adds those options as additional lines below the main item. That's great, but those additional lines do not follow the coding I've set up for the main items, and I'm not able to edit the way those sub-item lines are displayed.
Item notes, like the ones you screenshotted, do come though just fine for our sub-items, but I'm not trying to invoke item notes: I'm trying to invoke a custom field.
The sub-item lines seems to be ruled by the variable *rental_packing_list*, and when I look that up on IO's template variable list, I see the following. So at this point, I'm stuck.
Thanks for your comment. I'm able to get the items to display the way I want without issue. The difficulty comes because we add accessories as options or sub-items to our main items. The rental loop adds those options as additional lines below the main item. That's great, but those additional lines do not follow the coding I've set up for the main items, and I'm not able to edit the way those sub-item lines are displayed.
Item notes, like the ones you screenshotted, do come though just fine for our sub-items, but I'm not trying to invoke item notes: I'm trying to invoke a custom field.
The sub-item lines seems to be ruled by the variable *rental_packing_list*, and when I look that up on IO's template variable list, I see the following. So at this point, I'm stuck.
does your code look similar to this
☐*rentalqty*-*rentalname* *fullrentaltime*
*rental_packing_list**rental_notes*
The note under the item and accessory would be this variable
*rental_notes*
and this
*rentalnotes* this comes from this section in our inventory description
does that help you any
it took me a while to get what each of those very similar variables was doing and where it was coming from
does your code look similar to this
☐*rentalqty*-*rentalname* *fullrentaltime*
*rental_packing_list**rental_notes*
The note under the item and accessory would be this variable
*rental_notes*
and this
*rentalnotes* this comes from this section in our inventory description
does that help you any
it took me a while to get what each of those very similar variables was doing and where it was coming from
I do appreciate the suggestion, but that method does not give me the result I'm looking for.
I do appreciate the suggestion, but that method does not give me the result I'm looking for.
something like this john?
i just grabbed my onsite contract optional field we have on our orders
added the variable to the loop and printed it out
When you say your custom field
do you have a specfic field or are there all kinds ?
Are they named the same on each inventory item but have different info in them like lets say Serial Number same type data but all different nubmers of course?
I would assume the custom field is something on each inventory item?
something like this john?
i just grabbed my onsite contract optional field we have on our orders
added the variable to the loop and printed it out
When you say your custom field
do you have a specfic field or are there all kinds ?
Are they named the same on each inventory item but have different info in them like lets say Serial Number same type data but all different nubmers of course?
I would assume the custom field is something on each inventory item?
My custom variable is a SKU (unique for each inventory item), and I need it between the quantity and the item name, rather than on the next line down. This isn't a problem for the items (such as your Table Banquet Resin), but I'm looking to add it to the subitems (such as your Kwik Cover). I'm all ears if you know a way! :-)
My custom variable is a SKU (unique for each inventory item), and I need it between the quantity and the item name, rather than on the next line down. This isn't a problem for the items (such as your Table Banquet Resin), but I'm looking to add it to the subitems (such as your Kwik Cover). I'm all ears if you know a way! :-)
OK I got ya now.. :) that helps my brain visualize :)
OK I got ya now.. :) that helps my brain visualize :)
Replies have been locked on this page!