Jump to content
Ketarin forum

access to other variables/fields


shawn
 Share

Recommended Posts

I'm trying to automate the post process for syncing with Ketarin. I need to be able to access all of the information from the application profile directly within the "default command to execute after updating" box.

 

I've tried "usernotes", "notes", "website", "url", "websiteurl", "link" and others but can't find a way to access the data I stored in the "information" tab for an application profile.

 

Can anyone offer me any tips?

 

Thanks!

Link to comment
Share on other sites

I've been thru the source now, and it looks like the only way to do what I'm after is to set variables for each of the values (which are enumerated thru in "ReplaceAllInString" on line 908 in Updater.cs), and I don't see a way to make them static. That is, it looks like all variables are assigned from URL content. I'm now able to do this using the "textual content" option from the "variables" page.

 

Hopefully others that need to be able to do this will find this method. :)

Link to comment
Share on other sites

  • 1 month later...

For the next version, I'll add a "property:x" variable, where x corresponds to an element name of the application's XML structure (or property of an application).

 

So stuff like "{property:Name}" will work then.

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.