Expand my Community achievements bar.

lc_newbee
lc_newbee
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I don't know if this is the right way of doing it, but I found a way that work. I ended up manipulating the first empty row by calling the RemoveInstance(0) at the end, outside of the for loop, after I iterate through and added all the data into the table. That seems to work. Once again, thanks for ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Thanks Bruce! You're so thorough. Thanks for the advice. The code works, but it just doesn't work very well with whatever the setting I'm having right now on the form. I don't know if it has to do with ES4 or not, but Min Count is set to 1 as a default. When I change it to 0, the table doesn't repea...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hi Bruce:I appreciate your follow up! This code looks a lot cleaner!!! (yeah, some how my brackets were taken out when I copy/paste the code in here).I have a couple more questions relate to table manipulation, if you don't mind. Otherwise, I can start a new post.It looks like there is an extra row ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Looks like I can get to the data like this:for each (var category in responseXML.Template.Category)     for each (var product in category.Product)         var description = product.Description;        xfa.resolveNode("Table.Repeat["+i+"].Description").rawValue = description.toString();        var la...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hello Bruce:Thanks for the suggestion. I'm able to get to the content that I need using double loop for cases that have more than one Product in a Category. Now I'm trying to add the content in a dynamic table with the following code. However, the data populated in is all empty. Please advise. Did I...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • This is what in the log at the time I ran the test process & email notification delay occured. Again, the email notification delay wasn't the issue when we were in ES2, until we upgraded to ES4 recently. The delay happens spontaneously, no specific pattern. Sometimes it'll arrive instantly and somet...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • I don't know if this also help, but I'm getting this new error in the log:XMLFormService resource: ProcessResource@5c105c1(name=XMLForm.exe,pid=5908) could not schedule an interrupt for transaction: com.ibm.ws.tx.jta.TransactionImpl@3a503a50#tid=2184317 because excessive time was spent waiting in qu...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • How do livecycle define once a task is completed? What I noticed is when a task is assigned to a user and even if the user already completed the task (task status shown as completed in admin ui) but the completed date value is still null. Because of this, LC process instance still think that this ta...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
Top badges earned by lc_newbee
Customize the badges you want to showcase on your profile