Hey all, I'm having a Suitelet issue that is drivi...
# suitescript
p
Hey all, I'm having a Suitelet issue that is driving me crazy. In the GET, I run a search to display a list of project tasks that are tied to a project so that they can easily be checked off and completed. In the POST, I then go in and complete any tasks checked off in the form. When I do a request.getLineItemValue() (on the POST side) for any of the search results, it gives me the value, except the internal id of the project task. When I debug on the GET side, I get the internal id, but not on the POST side. Any ideas?