Custom Field

Dear team,
while using custom field I tried to add image but it is not working how can utilize it .

Hello! Can you please clarify what you mean by “it is not working”?

This could mean:

  • You encountered an application error message?
  • You cannot see the field as a column on the list view?
  • You cannot see the field on printed documents?
  • You are adding an image, but it is not appearing as you expect it to?
  • Or something else entirely.

If you’re unclear on how to use an image field, note that you need to enter some HTML to use it.

Here is the relevant guide: Add an image to a custom field | Manager

Hope that helps :slight_smile:

I mean the image is pdf file and I don’t know how to change it to html code and there is no place to upload from pc

The image in the example I linked is defined as follows:

<img src="https://imgur.com/Rw3up5r.png">

To link to a PDF file instead, you’d just use an <a> tag, like this:

<a href="https://link-to-document.pdf">Download PDF</a>

There are many services that you can use to upload a file to the internet. One example would be any of the myriad cloud file storage services: Dropbox, OneDrive, Google Drive, iCloud, etc.

All of these will give you the option to generate a download link, and you would place that in the PDF link example that I gave you above.

thank you I got it

can you kindly tell me how to move custom field from left to right or middle on printing view

Move a custom field on transaction forms | Manager

As @Joe91 mentioned, it’s slightly more complicated as it requires the creation of a custom theme.

If you needed assistance with the HTML above, you will likely need assistance with creating a theme as well - and that likely goes beyond the scope of this forum. If the concept of creating a custom theme is daunting for you, I’d recommend that you seek out a developer that can do it for you :slight_smile:

You can use: text-align: left, text-align: center, text-align: right