Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Exporting a Record with Portal infos?


This topic is 7050 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello-

I have a database with each record being a Purchase order, and a Portal setup to find all the statuses of the line items within that PO from another database with every line open from every Open PO in our system. What I need to figure out is how to export the record so that it will list all of the statuses in that PO which the Portal displays.

The ideal output would be ;)

PO # - Status 1 - Status 2- Status 3- Status 4, etc

also is their a way to filter out repeated statuses in the portals so that it lists each status only once?

thanks!

Posted

Create a value list based on the related status field. Then create an unstored calculation text field in the PO of

PONumber & " - " & Substitute( ValueListItems( Get(FileName); "YourValueList" ); ¶; " - " )

and export this field.

This topic is 7050 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.