Jump to content

Writing to Entries Grids


 Share

Recommended Posts

I have a customer asking if we can write data to the Entries grid on multiple screens, including Purchase Orders.  They want us to fill in the Project cell using the value in the project field, for example.  I am wondering if this is possible with a page script or another construct.

Link to comment
Share on other sites

  • Members

I would explore dimension relationships where we could auto default the project ID based on some other dimension.

  • When it comes to page scripts you need to be mindful of accessing and manipulating our document object model as this could change and break your page script over time
  • You could create an API platform trigger that would update the project dimension as well however you need to be mindful of API usage related to this activity, customers are responsible for API usage and you get 100k API transactions per month for free.

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...